From: Darrick J. Wong Date: Fri, 5 Apr 2024 22:24:02 +0000 (-0700) Subject: xfs: enable parent pointers X-Git-Tag: xfs-zoned-old-2024-06-10~362 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=44d5aa6bb35e1e40ebfddf86201b4d4d20997202;p=users%2Fhch%2Fxfsprogs.git xfs: enable parent pointers Add parent pointers to the list of supported features. Signed-off-by: Darrick J. Wong --- diff --git a/libxfs/xfs_format.h b/libxfs/xfs_format.h index b457e457e..61f51becf 100644 --- a/libxfs/xfs_format.h +++ b/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