]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31c8b1a60c7d41d0d188377fb0edabae95158470
treed652d855a2bdc22efee15e01e5705058813a2498
parent124a314d5acbe5b7e52071f2c65d88ff78aaf46d
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