]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ext4: Fix ext4_show_options to show the correct mount options.
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 29 Jan 2008 04:58:27 +0000 (23:58 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Jan 2008 04:58:27 +0000 (23:58 -0500)
commitaa22df2cc84011808ad7227437ac8f0e01030480
tree19dc3172d07ee2fb776ec4e811b4e50e910fc058
parentc14c6fd5c56a0d0495d8a7c0f2bc330be658663e
ext4: Fix ext4_show_options to show the correct mount options.

We need to look at the default value and make sure
the mount options are not set via default value
before showing them via ext4_show_options

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fs/ext4/super.c