]> git.kernelconcepts.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Dec 2011 20:58:33 +0000 (12:58 -0800)
commit4649c711b045511d0817f6975bf346f05d0b960d
treedd076c94f819bb96300465b0fc84fc2d28ec1b84
parent6415da6d18a55702cee3f01662733d0501635bbc
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