From: Theodore Ts'o Date: Fri, 2 Mar 2012 17:23:11 +0000 (-0500) Subject: ext4: remove the I_VERSION mount flag and use the super_block flag instead X-Git-Tag: v3.4-rc1~75^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c64db50e76c4bf68c0a84379d7bd70daada531b4;p=pandora-kernel.git 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" --- Reading git-diff-tree failed