]> asedeno.scripts.mit.edu Git - linux.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)
commitdd26b84640cc92a0dc30ea5feee2a7b30852ac06
tree4526858249cd623a0f80d90e03f3e1a1cc293792
parent0d45e3a2082225ad8e8b211b7f00ee9bb99ea748
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