From: Chandan Babu R Date: Wed, 22 Jun 2022 19:28:52 +0000 (-0500) Subject: xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags X-Git-Tag: v5.19.0-rc0~87 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a8c8e439bbd6ec78fb9228912b817bbfd87dbae;p=thirdparty%2Fxfsprogs-dev.git xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags Source kernel commit: 973ac0eb3a7dfedecd385bd2b48b12e62a0492f2 This commit enables XFS module to work with fs instances having 64-bit per-inode extent counters by adding XFS_SB_FEAT_INCOMPAT_NREXT64 flag to the list of supported incompat feature flags. Reviewed-by: Darrick J. Wong Reviewed-by: Dave Chinner Signed-off-by: Chandan Babu R Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_format.h b/libxfs/xfs_format.h index 3beaa819b..398fd98bf 100644 --- a/libxfs/xfs_format.h +++ b/libxfs/xfs_format.h @@ -378,7 +378,8 @@ xfs_sb_has_ro_compat_feature( XFS_SB_FEAT_INCOMPAT_SPINODES| \ XFS_SB_FEAT_INCOMPAT_META_UUID| \ XFS_SB_FEAT_INCOMPAT_BIGTIME| \ - XFS_SB_FEAT_INCOMPAT_NEEDSREPAIR) + XFS_SB_FEAT_INCOMPAT_NEEDSREPAIR| \ + XFS_SB_FEAT_INCOMPAT_NREXT64) #define XFS_SB_FEAT_INCOMPAT_UNKNOWN ~XFS_SB_FEAT_INCOMPAT_ALL static inline bool