]> 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)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 13 Dec 2011 03:06:18 +0000 (22:06 -0500)
commit5fb0e1c2f94c2cb0ab8313da045e8c1d2f65df45
tree6105e7fb47ac903f7503c14296a19aa554ec2d6e
parent773e3f2ad5b37794ee8a4ef1d0e585d7cb799f16
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