From: Darrick J. Wong Date: Fri, 20 Nov 2020 22:03:28 +0000 (-0500) Subject: xfs: enable big timestamps X-Git-Tag: xfsprogs-5.10-fixes_2020-12-06~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cac80700d88a32c1835cb37f982e98ddd73021e5;p=thirdparty%2Fxfsprogs-dev.git xfs: enable big timestamps Source kernel commit: 29887a22713192509cfc6068ea3b200cdb8856da Enable the big timestamp feature. Signed-off-by: Darrick J. Wong Reviewed-by: Amir Goldstein Reviewed-by: Allison Collins Reviewed-by: Christoph Hellwig Reviewed-by: Gao Xiang Reviewed-by: Dave Chinner Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_format.h b/libxfs/xfs_format.h index 0ab424cc2..e8e7e6345 100644 --- a/libxfs/xfs_format.h +++ b/libxfs/xfs_format.h @@ -471,7 +471,8 @@ xfs_sb_has_ro_compat_feature( #define XFS_SB_FEAT_INCOMPAT_ALL \ (XFS_SB_FEAT_INCOMPAT_FTYPE| \ XFS_SB_FEAT_INCOMPAT_SPINODES| \ - XFS_SB_FEAT_INCOMPAT_META_UUID) + XFS_SB_FEAT_INCOMPAT_META_UUID| \ + XFS_SB_FEAT_INCOMPAT_BIGTIME) #define XFS_SB_FEAT_INCOMPAT_UNKNOWN ~XFS_SB_FEAT_INCOMPAT_ALL static inline bool