Loading io_uring/net.c +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ static void io_netmsg_recycle(struct io_kiocb *req, unsigned int issue_flags) { struct io_async_msghdr *hdr = req->async_data; if (!req_has_async_data(req) || issue_flags & IO_URING_F_UNLOCKED) if (unlikely(issue_flags & IO_URING_F_UNLOCKED)) return; /* Let normal cleanup path reap it if we fail adding to the cache */ Loading Loading
io_uring/net.c +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ static void io_netmsg_recycle(struct io_kiocb *req, unsigned int issue_flags) { struct io_async_msghdr *hdr = req->async_data; if (!req_has_async_data(req) || issue_flags & IO_URING_F_UNLOCKED) if (unlikely(issue_flags & IO_URING_F_UNLOCKED)) return; /* Let normal cleanup path reap it if we fail adding to the cache */ Loading