]> git.karo-electronics.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:57:43 +0000 (12:57 -0800)
commitef91e16945125c199f1e126091bc25a5835dd2bf
treea02c29dc6454c0b76a75d9a9a26a21f0ade401a5
parent37e8c2c97ab911f99cb75c0b5596150a34e06023
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