]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove xfs_reflink_dirty_extents
authorChristoph Hellwig <hch@lst.de>
Sat, 19 Oct 2019 16:09:43 +0000 (09:09 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 21 Oct 2019 16:04:58 +0000 (09:04 -0700)
commitba4cf9f8a6e6c1843eafd76078305a9eb23b157b
tree4526858249cd623a0f80d90e03f3e1a1cc293792
parent2a476c479e344eaaaa51211a08dba846788c6229
xfs: remove xfs_reflink_dirty_extents

Now that xfs_file_unshare is not completely dumb we can just call it
directly without iterating the extent and reflink btrees ourselves.

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/xfs_reflink.c