We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6498c5c commit 9f8539fCopy full SHA for 9f8539f
io_uring/net.c
@@ -119,7 +119,7 @@ static void io_netmsg_recycle(struct io_kiocb *req, unsigned int issue_flags)
119
{
120
struct io_async_msghdr *hdr = req->async_data;
121
122
- if (!req_has_async_data(req) || issue_flags & IO_URING_F_UNLOCKED)
+ if (unlikely(issue_flags & IO_URING_F_UNLOCKED))
123
return;
124
125
/* Let normal cleanup path reap it if we fail adding to the cache */
0 commit comments