https://github.com/torvalds/linux
Revision fc6cb1cda5db7b2d24bf32890826214b857c728e authored by Theodore Ts'o on 13 December 2011, 03:06:18 UTC, committed by Theodore Ts'o on 13 December 2011, 03:06:18 UTC
/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
1 parent b4611ab
Raw File
Tip revision: fc6cb1cda5db7b2d24bf32890826214b857c728e authored by Theodore Ts'o on 13 December 2011, 03:06:18 UTC
ext4: display the correct mount option in /proc/mounts for [no]init_itable
Tip revision: fc6cb1c
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top