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)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 13 Dec 2011 03:06:18 +0000 (22:06 -0500)
commitfc6cb1cda5db7b2d24bf32890826214b857c728e
tree2f3226090a2da8bcde9d568598ffb3a1c7626fd3
parentb4611abfa98af8351bf32e8b9ecc9d3384931c37
ext4: display the correct mount option in /proc/mounts for [no]init_itable

/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>
Cc: stable@kernel.org
fs/ext4/super.c