]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
xfs: enable parent pointers
authorDarrick J. Wong <djwong@kernel.org>
Fri, 5 Apr 2024 22:24:02 +0000 (15:24 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:30 +0000 (17:21 -0700)
Add parent pointers to the list of supported features.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_format.h

index b457e457e1f713f1eb691431e06a4fdf84133128..61f51becff4f768198d8bb70a27cb69c66c96109 100644 (file)
@@ -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