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)
commit66acdcf4ea37f67e59a955509289e82e5f59a5d0
tree6ded862dbcab3eadc75ccc256d15427044672cc1
parent5a916be1b31de9e833aa764de6faf27bb79f9b83
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