]> git.ipfire.org Git - people/ms/linux.git/commit - fs/xfs/xfs_aops.c
xfs: use iomap_bmap
authorChristoph Hellwig <hch@lst.de>
Fri, 1 Jun 2018 16:03:09 +0000 (09:03 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 2 Jun 2018 01:37:33 +0000 (18:37 -0700)
commitb84e772299dc5b9da22a40ba87ed519a891397a3
treed652d855a2bdc22efee15e01e5705058813a2498
parent89eb1906a9530ef694b2a5817c9498997722754f
xfs: use iomap_bmap

Switch to the iomap based bmap implementation to get rid of one of the
last users of xfs_get_blocks.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_aops.c