]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_at
authorChristoph Hellwig <hch@lst.de>
Wed, 18 Oct 2017 18:39:01 +0000 (13:39 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 18 Oct 2017 18:39:01 +0000 (13:39 -0500)
commit455044a641b6f4c099ae51e90f379c2cf02ad17c
treed2892f930ab8202ad27f673b994e729dcfbfa4bc
parent2f0828272b86b45923b43fc3807f3c4d4fc85e41
xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_at

Source kernel commit: 4c35445b591ee669097c5b98e4bb677808e9f582

This abstracts the function away from details of the low-level extent
list implementation.

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