We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dbc0b commit 0a6b9aeCopy full SHA for 0a6b9ae
1 file changed
io_uring/net.c
@@ -1375,7 +1375,7 @@ int io_send_zc_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe)
1375
if (zc->msg_flags & MSG_DONTWAIT)
1376
req->flags |= REQ_F_NOWAIT;
1377
1378
- if (io_is_compat(req->ctx))
+ if (io_is_compat(ctx))
1379
zc->msg_flags |= MSG_CMSG_COMPAT;
1380
1381
iomsg = io_msg_alloc_async(req);
0 commit comments