Loading fs/io_uring.c +1 −1 Original line number Diff line number Diff line Loading @@ -2616,7 +2616,7 @@ static int io_sqe_buffer_register(struct io_ring_ctx *ctx, void __user *arg, ret = io_copy_iov(ctx, &iov, arg, i); if (ret) break; goto err; /* * Don't impose further limits on the size and buffer Loading Loading
fs/io_uring.c +1 −1 Original line number Diff line number Diff line Loading @@ -2616,7 +2616,7 @@ static int io_sqe_buffer_register(struct io_ring_ctx *ctx, void __user *arg, ret = io_copy_iov(ctx, &iov, arg, i); if (ret) break; goto err; /* * Don't impose further limits on the size and buffer Loading