vfs: switch ->show_options() to struct dentry *

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
此提交包含在:
Al Viro
2011-12-08 21:32:45 -05:00
父節點 a6322de67b
當前提交 34c80b1d93
共有 39 個檔案被更改,包括 90 行新增91 行删除

查看文件

@@ -661,9 +661,9 @@ int btrfs_sync_fs(struct super_block *sb, int wait)
return ret;
}
static int btrfs_show_options(struct seq_file *seq, struct vfsmount *vfs)
static int btrfs_show_options(struct seq_file *seq, struct dentry *dentry)
{
struct btrfs_root *root = btrfs_sb(vfs->mnt_sb);
struct btrfs_root *root = btrfs_sb(dentry->d_sb);
struct btrfs_fs_info *info = root->fs_info;
char *compress_type;