提交 985f4044 编写于 作者: A Al Viro 提交者: David Howells

balloon: don't bother with dentry_operations

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 8b1e058e
......@@ -761,11 +761,7 @@ static int virtballoon_migratepage(struct balloon_dev_info *vb_dev_info,
static struct dentry *balloon_mount(struct file_system_type *fs_type,
int flags, const char *dev_name, void *data)
{
static const struct dentry_operations ops = {
.d_dname = simple_dname,
};
return mount_pseudo(fs_type, "balloon-kvm:", NULL, &ops,
return mount_pseudo(fs_type, "balloon-kvm:", NULL, NULL,
BALLOON_KVM_MAGIC);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册