]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commitc64db50e76c4bf68c0a84379d7bd70daada531b4
treeeaf00466a48e2ce16d087f4ccb5d5545adfcf613
parentee4a3fcd1da660147624f13a9dc31d8bf43f5b06
ext4: remove the I_VERSION mount flag and use the super_block flag instead

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