The first three patches are from a patch series which Jan Kara submitted back in April 2012, forward ported to modern kernels. The last patch addresses the feature which Carlos suggested, but I've implemented it as a flag in the mount options parsing, instead of using the mount option flags. This allows us to disallow features which don't involve setting a mount option flags. - Ted Jan Kara (3): ext4: move several mount options to standard handling loop ext4: make mount option parsing loop more logical ext4: print error when argument of inode_readahead_blk is invalid Theodore Ts'o (1): ext4: check incompatible mount options while mounting ext2/3 fs/ext4/super.c | 261 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 143 insertions(+), 118 deletions(-) -- 1.7.12.rc0.22.gcdd159b -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html