xfs: remove a __xfs_bunmapi call from reflink
authorDarrick J. Wong <djwong@kernel.org>
Tue, 26 Apr 2022 01:38:12 +0000 (18:38 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 28 Apr 2022 17:25:08 +0000 (10:25 -0700)
commitf1e6a8d72806d2d57560b4873d8aa42c420384ee
tree4234008a1bee9b4d18bcc79aa4fdea91d8636698
parent4ed6435cc369cce722966983f6e07b872562276f
xfs: remove a __xfs_bunmapi call from reflink

This raw call isn't necessary since we can always remove a full delalloc
extent.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_reflink.c