vfs: switch ->show_options() to struct dentry *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
a6322de67b
commit
34c80b1d93
39 changed files with 90 additions and 91 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue