提交 fe61f1d7 编写于 作者: J Jeremy Fitzhardinge

xen/xenfs: update xenfs_mount for new prototype

.mount now returns a struct dentry *.
Signed-off-by: NJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
上级 20b4755e
......@@ -121,9 +121,9 @@ static int xenfs_fill_super(struct super_block *sb, void *data, int silent)
return rc;
}
static int xenfs_mount(struct file_system_type *fs_type,
int flags, const char *dev_name,
void *data)
static struct dentry *xenfs_mount(struct file_system_type *fs_type,
int flags, const char *dev_name,
void *data)
{
return mount_single(fs_type, flags, data, xenfs_fill_super);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册