]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: display the correct mount option in /proc/mounts for [no]init_itable
authorTheodore Ts'o <tytso@mit.edu>
Tue, 13 Dec 2011 03:06:18 +0000 (22:06 -0500)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Tue, 10 Jan 2012 21:00:14 +0000 (13:00 -0800)
commit0986a5e22075e8e59ecfe4a7411bd685f66f6274
tree5723d891124108788b72940678605d24f2eda3a6
parentbd36995798e8884801a0e41e2c341e2976553edb
ext4: display the correct mount option in /proc/mounts for [no]init_itable

commit fc6cb1cda5db7b2d24bf32890826214b857c728e upstream.

/proc/mounts was showing the mount option [no]init_inode_table when
the correct mount option that will be accepted by parse_options() is
[no]init_itable.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/super.c