This is a revised patchset that introduces feature flags and makes nilfs refuse to mount future incompatibile filesystems. The first patch is just for improving readability of super block format. The second patch extends super block and adds three flags to record feature sets (i.e. "compat features", "read-only compat features", and "incompat features"). The semantics of these flags is mimic of ext3. At present, no feature flags are defined. The third patch makes nilfs reject filesystems with unknown features. This serves as a safety for future disk format change which is not forward compatible. * Change from the v1 patchset is as follows: - insert the same test of feature flags also before proceed with recovery for read-only mount. Thanks, Ryusuke Konishi -- fs/nilfs2/nilfs.h | 2 ++ fs/nilfs2/super.c | 39 +++++++++++++++++++++++++++++++++++++++ fs/nilfs2/the_nilfs.c | 20 ++++++++++++++++++++ include/linux/nilfs2_fs.h | 41 +++++++++++++++++++++++++++-------------- 4 files changed, 88 insertions(+), 14 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html