aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/xfs_sb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_sb.h b/fs/xfs/xfs_sb.h
index 7f53a858e85b..950d1ea058b2 100644
--- a/fs/xfs/xfs_sb.h
+++ b/fs/xfs/xfs_sb.h
@@ -588,7 +588,8 @@ xfs_sb_has_compat_feature(
588} 588}
589 589
590#define XFS_SB_FEAT_RO_COMPAT_FINOBT (1 << 0) /* free inode btree */ 590#define XFS_SB_FEAT_RO_COMPAT_FINOBT (1 << 0) /* free inode btree */
591#define XFS_SB_FEAT_RO_COMPAT_ALL 0 591#define XFS_SB_FEAT_RO_COMPAT_ALL \
592 (XFS_SB_FEAT_RO_COMPAT_FINOBT)
592#define XFS_SB_FEAT_RO_COMPAT_UNKNOWN ~XFS_SB_FEAT_RO_COMPAT_ALL 593#define XFS_SB_FEAT_RO_COMPAT_UNKNOWN ~XFS_SB_FEAT_RO_COMPAT_ALL
593static inline bool 594static inline bool
594xfs_sb_has_ro_compat_feature( 595xfs_sb_has_ro_compat_feature(