vfs: switch ->show_options() to struct dentry *
[deliverable/linux.git] / fs / adfs / super.c
index c8bf36a1996a3f8559ab947d001feb07fd23350b..8e3b36ace3051becfd0bd39ca1e8145c314d20d0 100644 (file)
@@ -126,9 +126,9 @@ static void adfs_put_super(struct super_block *sb)
        sb->s_fs_info = NULL;
 }
 
-static int adfs_show_options(struct seq_file *seq, struct vfsmount *mnt)
+static int adfs_show_options(struct seq_file *seq, struct dentry *root)
 {
-       struct adfs_sb_info *asb = ADFS_SB(mnt->mnt_sb);
+       struct adfs_sb_info *asb = ADFS_SB(root->d_sb);
 
        if (asb->s_uid != 0)
                seq_printf(seq, ",uid=%u", asb->s_uid);
This page took 0.027605 seconds and 5 git commands to generate.