]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: merge xfs_bmap_read_extents into xfs_iread_extents
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Nov 2017 04:11:33 +0000 (22:11 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 17 Nov 2017 04:11:33 +0000 (22:11 -0600)
commit6d79c95c0e2f7f0e71e520161f4e40603dd9be30
tree17cfe6cd0470672b37ea5afd62a3fb887d57a69f
parent2d3a65016b400317d6c94671d1d4e99e45a6e810
xfs: merge xfs_bmap_read_extents into xfs_iread_extents

Source kernel commit: 211e95bbab71359e56f3d9adce1b4d6de8e18471

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h
libxfs/xfs_inode_fork.c