]> 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)
commite7d224e5e1234d8c2b8e40945be6c5032961c269
treee93d68e760b591ea79d858ab37f07ef84abd38a1
parenta1467f0b6516e6e55b5f294a997b60f374f58cfb
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