From: Darrick J. Wong Date: Mon, 29 Jul 2024 23:22:50 +0000 (-0700) Subject: xfs: enable parent pointers X-Git-Tag: v6.10.0~24^2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5398a67b1a5c1100be6c43de4939576abca27ef4;p=thirdparty%2Fxfsprogs-dev.git xfs: enable parent pointers Source kernel commit: 67ac7091e35bd34b75c0ec77331b53ca052e0cb3 Add parent pointers to the list of supported features. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig --- diff --git a/libxfs/xfs_format.h b/libxfs/xfs_format.h index b457e457..61f51bec 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