+3
fs/io_uring.c
+3
fs/io_uring.c
···
1786
1786
struct iovec *iovec, struct iovec *fast_iov,
1787
1787
struct iov_iter *iter)
1788
1788
{
1789
+
if (req->opcode == IORING_OP_READ_FIXED ||
1790
+
req->opcode == IORING_OP_WRITE_FIXED)
1791
+
return 0;
1789
1792
if (!req->io && io_alloc_async_ctx(req))
1790
1793
return -ENOMEM;
1791
1794