| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH v3 11/11] xfs: enable the finobt feature on v5 superblocks |
| From: | Brian Foster <bfoster@xxxxxxxxxx> |
| Date: | Tue, 4 Feb 2014 12:49:42 -0500 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1391536182-9048-1-git-send-email-bfoster@xxxxxxxxxx> |
| References: | <1391536182-9048-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 070a7f6..9919fb8 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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [RFC] unifying write variants for filesystems, Kent Overstreet |
|---|---|
| Next by Date: | [PATCH v3 05/11] xfs: insert newly allocated inode chunks into the finobt, Brian Foster |
| Previous by Thread: | [PATCH v3 00/11] xfs: introduce the free inode btree, Brian Foster |
| Next by Thread: | Re: [PATCH v3 11/11] xfs: enable the finobt feature on v5 superblocks, Dave Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |