aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext3/super.c')
-rw-r--r--fs/ext3/super.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c
index 7e8944ee67c..3a10b884e1b 100644
--- a/fs/ext3/super.c
+++ b/fs/ext3/super.c
@@ -610,9 +610,9 @@ static char *data_mode_string(unsigned long mode)
610 * - it's set to a non-default value OR 610 * - it's set to a non-default value OR
611 * - if the per-sb default is different from the global default 611 * - if the per-sb default is different from the global default
612 */ 612 */
613static int ext3_show_options(struct seq_file *seq, struct vfsmount *vfs) 613static int ext3_show_options(struct seq_file *seq, struct dentry *root)
614{ 614{
615 struct super_block *sb = vfs->mnt_sb; 615 struct super_block *sb = root->d_sb;
616 struct ext3_sb_info *sbi = EXT3_SB(sb); 616 struct ext3_sb_info *sbi = EXT3_SB(sb);
617 struct ext3_super_block *es = sbi->s_es; 617 struct ext3_super_block *es = sbi->s_es;
618 unsigned long def_mount_opts; 618 unsigned long def_mount_opts;