| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 10/10] xfs: enable the finobt feature on v5 superblocks |
| From: | Brian Foster <bfoster@xxxxxxxxxx> |
| Date: | Wed, 9 Oct 2013 14:06:58 -0400 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1381342018-35829-1-git-send-email-bfoster@xxxxxxxxxx> |
| References: | <1381342018-35829-1-git-send-email-bfoster@xxxxxxxxxx> |
Add the finobt feature bit to the list of known features. As of this point, the kernel code knows how to mount and manage both finobt and non-finobt formatted filesystems. Signed-off-by: Brian Foster <bfoster@xxxxxxxxxx> --- fs/xfs/xfs_sb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/xfs/xfs_sb.h b/fs/xfs/xfs_sb.h index 0013bac..c48d95d 100644 --- a/fs/xfs/xfs_sb.h +++ b/fs/xfs/xfs_sb.h @@ -586,7 +586,8 @@ xfs_sb_has_compat_feature( } #define XFS_SB_FEAT_RO_COMPAT_FINOBT (1 << 0) /* free inode btree */ -#define XFS_SB_FEAT_RO_COMPAT_ALL 0 +#define XFS_SB_FEAT_RO_COMPAT_ALL \ + (XFS_SB_FEAT_RO_COMPAT_FINOBT) #define XFS_SB_FEAT_RO_COMPAT_UNKNOWN ~XFS_SB_FEAT_RO_COMPAT_ALL static inline bool xfs_sb_has_ro_compat_feature( -- 1.8.1.4 |
| Previous by Date: | [PATCH 07/10] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper, Brian Foster |
|---|---|
| Next by Date: | [PATCH 08/10] xfs: update the finobt on inode free, Brian Foster |
| Previous by Thread: | [PATCH 07/10] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper, Brian Foster |
| Next by Thread: | [PATCH 08/10] xfs: update the finobt on inode free, Brian Foster |
| Indexes: | [Date] [Thread] [Top] [All Lists] |