commit | fc6cb1cda5db7b2d24bf32890826214b857c728e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Dec 12 22:06:18 2011 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Dec 12 22:06:18 2011 -0500 |
tree | 2f3226090a2da8bcde9d568598ffb3a1c7626fd3 | |
parent | b4611abfa98af8351bf32e8b9ecc9d3384931c37 [diff] |
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