xfs: remove XFS_FIND_RCEXT_SHARED and _COW
authorDarrick J. Wong <djwong@kernel.org>
Wed, 26 Oct 2022 21:42:48 +0000 (14:42 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 31 Oct 2022 15:58:21 +0000 (08:58 -0700)
commit68d0f389179a52555cfd8fa3254e4adcd7576904
treee6d4e6614c3739f5561a2e72891b7c338a7a80da
parentf492135df0aa0417337f9b8b1cc6d6a994d61d25
xfs: remove XFS_FIND_RCEXT_SHARED and _COW

Now that we have an explicit enum for shared and CoW staging extents, we
can get rid of the old FIND_RCEXT flags.  Omit a couple of conversions
that disappear in the next patches.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/libxfs/xfs_refcount.c