| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH v2 17/17] xfs: enable sparse inode chunks for v5 superblocks |
| From: | Brian Foster <bfoster@xxxxxxxxxx> |
| Date: | Mon, 3 Nov 2014 11:12:26 -0500 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1415031146-9107-1-git-send-email-bfoster@xxxxxxxxxx> |
| References: | <1415031146-9107-1-git-send-email-bfoster@xxxxxxxxxx> |
Enable mounting of filesystems with sparse inode support enabled. Add the incompat. feature bit to the *_ALL mask. Signed-off-by: Brian Foster <bfoster@xxxxxxxxxx> --- fs/xfs/libxfs/xfs_sb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/xfs/libxfs/xfs_sb.h b/fs/xfs/libxfs/xfs_sb.h index eeb4058..b4c0d38 100644 --- a/fs/xfs/libxfs/xfs_sb.h +++ b/fs/xfs/libxfs/xfs_sb.h @@ -511,7 +511,8 @@ xfs_sb_has_ro_compat_feature( #define XFS_SB_FEAT_INCOMPAT_FTYPE (1 << 0) /* filetype in dirent */ #define XFS_SB_FEAT_INCOMPAT_SPINODES (1 << 1) /* sparse inode chunks */ #define XFS_SB_FEAT_INCOMPAT_ALL \ - (XFS_SB_FEAT_INCOMPAT_FTYPE) + (XFS_SB_FEAT_INCOMPAT_FTYPE| \ + XFS_SB_FEAT_INCOMPAT_SPINODES) #define XFS_SB_FEAT_INCOMPAT_UNKNOWN ~XFS_SB_FEAT_INCOMPAT_ALL static inline bool -- 1.8.3.1 |
| Previous by Date: | [PATCH v2 08/17] xfs: create helper to manage record overlap for sparse inode chunks, Brian Foster |
|---|---|
| Next by Date: | your patch "mm: Remove false WARN_ON from pagecache_isize_extended()", Jan Beulich |
| Previous by Thread: | [PATCH v2 08/17] xfs: create helper to manage record overlap for sparse inode chunks, Brian Foster |
| Next by Thread: | [PATCH v2 07/17] xfs: handle sparse inode chunks in icreate log recovery, Brian Foster |
| Indexes: | [Date] [Thread] [Top] [All Lists] |