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:
@@ -258,9 +258,9 @@ static void hostfs_destroy_inode(struct inode *inode)
|
||||
call_rcu(&inode->i_rcu, hostfs_i_callback);
|
||||
}
|
||||
|
||||
static int hostfs_show_options(struct seq_file *seq, struct vfsmount *vfs)
|
||||
static int hostfs_show_options(struct seq_file *seq, struct dentry *root)
|
||||
{
|
||||
const char *root_path = vfs->mnt_sb->s_fs_info;
|
||||
const char *root_path = root->d_sb->s_fs_info;
|
||||
size_t offset = strlen(root_ino) + 1;
|
||||
|
||||
if (strlen(root_path) > offset)
|
||||
|
||||
Reference in New Issue
Block a user