]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: refactor xfs_bmap_add_extent_hole_real
authorChristoph Hellwig <hch@lst.de>
Tue, 17 Oct 2017 21:16:24 +0000 (14:16 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 26 Oct 2017 22:38:21 +0000 (15:38 -0700)
commit247a94cf7e05b2891c96093217ab23bab7e9b431
tree872d0cd0389021490150a1be871a364dbfb3b9d2
parent0743d4df07f335316040f6b208806668a487ab9d
xfs: refactor xfs_bmap_add_extent_hole_real

Use xfs_iext_update_extent to update entries in the in-core extent list.
This isolates the function from the detailed layout of the extent list,
and generally makes the code a lot more readable.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
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