You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
vfs: switch ->show_options() to struct dentry *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
+2
-2
@@ -1038,9 +1038,9 @@ static int rebind_subsystems(struct cgroupfs_root *root,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int cgroup_show_options(struct seq_file *seq, struct vfsmount *vfs)
|
||||
static int cgroup_show_options(struct seq_file *seq, struct dentry *dentry)
|
||||
{
|
||||
struct cgroupfs_root *root = vfs->mnt_sb->s_fs_info;
|
||||
struct cgroupfs_root *root = dentry->d_sb->s_fs_info;
|
||||
struct cgroup_subsys *ss;
|
||||
|
||||
mutex_lock(&cgroup_mutex);
|
||||
|
||||
Reference in New Issue
Block a user