]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: remove XFS_FIND_RCEXT_SHARED and _COW
authorDarrick J. Wong <djwong@kernel.org>
Fri, 18 Nov 2022 11:23:57 +0000 (12:23 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 21 Nov 2022 14:26:49 +0000 (15:26 +0100)
commitf275d70e8179a57950784d7db1949ecdf5bcd979
tree5e63602aca674e0b3c9a9af361b8f03ecb254ac2
parentcc2a3c2ad943323ebfa4a105b83ba9b76517ae87
xfs: remove XFS_FIND_RCEXT_SHARED and _COW

Source kernel commit: 68d0f389179a52555cfd8fa3254e4adcd7576904

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>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libxfs/xfs_refcount.c