summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2024-04-22 09:48:00 -0700
committerDarrick J. Wong <djwong@kernel.org>2024-04-23 07:47:01 -0700
commit67ac7091e35bd34b75c0ec77331b53ca052e0cb3 (patch)
treeaa8fbe022bd493a4fa30bd468802a85a7c76d4ea
parent6ed858c7c678218aa8df9d9e75d5e9955c105415 (diff)
downloadlwn-67ac7091e35bd34b75c0ec77331b53ca052e0cb3.tar.gz
lwn-67ac7091e35bd34b75c0ec77331b53ca052e0cb3.zip
xfs: enable parent pointers
Add parent pointers to the list of supported features. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
-rw-r--r--fs/xfs/libxfs/xfs_format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_format.h b/fs/xfs/libxfs/xfs_format.h
index b457e457e1f7..61f51becff4f 100644
--- a/fs/xfs/libxfs/xfs_format.h
+++ b/fs/xfs/libxfs/xfs_format.h
@@ -382,7 +382,8 @@ xfs_sb_has_ro_compat_feature(
XFS_SB_FEAT_INCOMPAT_BIGTIME | \
XFS_SB_FEAT_INCOMPAT_NEEDSREPAIR | \
XFS_SB_FEAT_INCOMPAT_NREXT64 | \
- XFS_SB_FEAT_INCOMPAT_EXCHRANGE)
+ XFS_SB_FEAT_INCOMPAT_EXCHRANGE | \
+ XFS_SB_FEAT_INCOMPAT_PARENT)
#define XFS_SB_FEAT_INCOMPAT_UNKNOWN ~XFS_SB_FEAT_INCOMPAT_ALL
static inline bool