]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/xfs/xfs_super.c
vfs: switch ->show_options() to struct dentry *
[thirdparty/linux.git] / fs / xfs / xfs_super.c
index 8a899496fd5fe55ef50f4cfdcfcce20e7875a60c..7b7669507ee38f5e64db218bad4769635286325e 100644 (file)
@@ -1238,9 +1238,9 @@ xfs_fs_unfreeze(
 STATIC int
 xfs_fs_show_options(
        struct seq_file         *m,
-       struct vfsmount         *mnt)
+       struct dentry           *root)
 {
-       return -xfs_showargs(XFS_M(mnt->mnt_sb), m);
+       return -xfs_showargs(XFS_M(root->d_sb), m);
 }
 
 /*