提交 502fd722 编写于 作者: A Al Viro

btrfs_ioctl_send(): don't bother with access_ok()

we do copy_from_user() on that range anyway
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 f06d3a7e
......@@ -7065,13 +7065,6 @@ long btrfs_ioctl_send(struct file *mnt_file, struct btrfs_ioctl_send_args *arg)
goto out;
}
if (!access_ok(arg->clone_sources,
sizeof(*arg->clone_sources) *
arg->clone_sources_count)) {
ret = -EFAULT;
goto out;
}
if (arg->flags & ~BTRFS_SEND_FLAG_MASK) {
ret = -EINVAL;
goto out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册