]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: add debugging /proc file showing file system options
authorTheodore Ts'o <tytso@mit.edu>
Mon, 5 Mar 2012 01:21:38 +0000 (20:21 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 5 Mar 2012 01:21:38 +0000 (20:21 -0500)
commite26b4228b7e22ace92b6d5c45e3f13e962762ada
tree6ded862dbcab3eadc75ccc256d15427044672cc1
parent867b4a012b2ec4605470e105be5a156a4594b252
ext4: add debugging /proc file showing file system options

Now that /proc/mounts is consistently showing only those mount options
which need to be specified in /etc/fstab or on the mount command line,
it is useful to have file which shows exactly which file system
options are enabled.  This can be useful when debugging a user
problem.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c