diff options
Diffstat (limited to 'include/linux/nilfs2_fs.h')
-rw-r--r-- | include/linux/nilfs2_fs.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/nilfs2_fs.h b/include/linux/nilfs2_fs.h index 3a65e5aa2d76..ae33ac2db62d 100644 --- a/include/linux/nilfs2_fs.h +++ b/include/linux/nilfs2_fs.h | |||
@@ -216,8 +216,10 @@ struct nilfs_super_block { | |||
216 | * If there is a bit set in the incompatible feature set that the kernel | 216 | * If there is a bit set in the incompatible feature set that the kernel |
217 | * doesn't know about, it should refuse to mount the filesystem. | 217 | * doesn't know about, it should refuse to mount the filesystem. |
218 | */ | 218 | */ |
219 | #define NILFS_FEATURE_COMPAT_RO_BLOCK_COUNT 0x00000001ULL | ||
220 | |||
219 | #define NILFS_FEATURE_COMPAT_SUPP 0ULL | 221 | #define NILFS_FEATURE_COMPAT_SUPP 0ULL |
220 | #define NILFS_FEATURE_COMPAT_RO_SUPP 0ULL | 222 | #define NILFS_FEATURE_COMPAT_RO_SUPP NILFS_FEATURE_COMPAT_RO_BLOCK_COUNT |
221 | #define NILFS_FEATURE_INCOMPAT_SUPP 0ULL | 223 | #define NILFS_FEATURE_INCOMPAT_SUPP 0ULL |
222 | 224 | ||
223 | /* | 225 | /* |
@@ -509,7 +511,7 @@ struct nilfs_checkpoint { | |||
509 | __le64 cp_create; | 511 | __le64 cp_create; |
510 | __le64 cp_nblk_inc; | 512 | __le64 cp_nblk_inc; |
511 | __le64 cp_inodes_count; | 513 | __le64 cp_inodes_count; |
512 | __le64 cp_blocks_count; /* Reserved (might be deleted) */ | 514 | __le64 cp_blocks_count; |
513 | 515 | ||
514 | /* Do not change the byte offset of ifile inode. | 516 | /* Do not change the byte offset of ifile inode. |
515 | To keep the compatibility of the disk format, | 517 | To keep the compatibility of the disk format, |