]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: clarify units in the failed metadata io message
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 8 Jan 2018 19:39:18 +0000 (11:39 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 9 Jan 2018 23:18:07 +0000 (15:18 -0800)
commitc219b01579b204be007d26b6f484a7a26d620799
treee93d68e760b591ea79d858ab37f07ef84abd38a1
parent46c59736d8090e602f960aeaf1c6b8292151bf38
xfs: clarify units in the failed metadata io message

If a metadata IO error happens, we report the location of the failed IO
request in units of daddrs.  However, the printk message misleads people
into thinking that the units are fs blocks, so fix the reported units.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_buf.c