xfs: merge xfs_bmap_read_extents into xfs_iread_extents
authorChristoph Hellwig <hch@lst.de>
Mon, 23 Oct 2017 23:32:39 +0000 (16:32 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 26 Oct 2017 22:38:28 +0000 (15:38 -0700)
commit211e95bbab71359e56f3d9adce1b4d6de8e18471
tree50a7d302778b0d06a264df29d10effc3fd16313d
parent9ad1a23afb6c561acfa62850934ddc6c70c35994
xfs: merge xfs_bmap_read_extents into xfs_iread_extents

xfs_iread_extents is just a trivial wrapper, there is no good reason
to keep the two separate.

[darrick: minor fixups having left xfs_bmbt_validate_extent intact]

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_bmap.h
fs/xfs/libxfs/xfs_inode_fork.c