vfs: switch ->show_options() to struct dentry *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -341,11 +341,11 @@ out:
|
||||
/**
|
||||
* ceph_show_options - Show mount options in /proc/mounts
|
||||
* @m: seq_file to write to
|
||||
* @mnt: mount descriptor
|
||||
* @root: root of that (sub)tree
|
||||
*/
|
||||
static int ceph_show_options(struct seq_file *m, struct vfsmount *mnt)
|
||||
static int ceph_show_options(struct seq_file *m, struct dentry *root)
|
||||
{
|
||||
struct ceph_fs_client *fsc = ceph_sb_to_client(mnt->mnt_sb);
|
||||
struct ceph_fs_client *fsc = ceph_sb_to_client(root->d_sb);
|
||||
struct ceph_mount_options *fsopt = fsc->mount_options;
|
||||
struct ceph_options *opt = fsc->client->options;
|
||||
|
||||
|
Reference in New Issue
Block a user