ext4: remove the I_VERSION mount flag and use the super_block flag instead
authorTheodore Ts'o <tytso@mit.edu>
Fri, 2 Mar 2012 17:23:11 +0000 (12:23 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 2 Mar 2012 17:23:11 +0000 (12:23 -0500)
There's no point to have two bits that are set in parallel; so use the
MS_I_VERSION flag that is needed by the VFS anyway, and that way we
free up a bit in sbi->s_mount_opts.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/inode.c
fs/ext4/super.c

diff --cc fs/ext4/ext4.h
Simple merge
diff --cc fs/ext4/inode.c
Simple merge
diff --cc fs/ext4/super.c
Simple merge