]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a56c4403c359681bde0c76367be18d7e767c939
tree50a7d302778b0d06a264df29d10effc3fd16313d
parenta293b875ac4417b500f9749ef91ed41bf10a715b
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