vfs: switch ->show_options() to struct dentry *
[deliverable/linux.git] / drivers / staging / pohmelfs / inode.c
index 91ec29e112bc4d5db87d0a76b6562724e3498405..807e3f3241136ac26770b79e16355c9b3f3f655b 100644 (file)
@@ -1369,9 +1369,9 @@ static int pohmelfs_statfs(struct dentry *dentry, struct kstatfs *buf)
        return 0;
 }
 
-static int pohmelfs_show_options(struct seq_file *seq, struct vfsmount *vfs)
+static int pohmelfs_show_options(struct seq_file *seq, struct dentry *root)
 {
-       struct pohmelfs_sb *psb = POHMELFS_SB(vfs->mnt_sb);
+       struct pohmelfs_sb *psb = POHMELFS_SB(root->d_sb);
 
        seq_printf(seq, ",idx=%u", psb->idx);
        seq_printf(seq, ",trans_scan_timeout=%u", jiffies_to_msecs(psb->trans_scan_timeout));
This page took 0.024097 seconds and 5 git commands to generate.