]> git.baikalelectronics.ru Git - kernel.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)
commit4345973080dae47482812383d1010b89de62cb07
treee93d68e760b591ea79d858ab37f07ef84abd38a1
parentf1acd03e2ba715ff4b7104a1ca7a407650bc835b
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