Loading fs/io_uring.c +3 −7 Original line number Diff line number Diff line Loading @@ -6188,7 +6188,6 @@ static void __io_queue_sqe(struct io_kiocb *req, struct io_comp_state *cs) */ if (ret == -EAGAIN && !(req->flags & REQ_F_NOWAIT)) { if (!io_arm_poll_handler(req)) { punt: /* * Queued up for async execution, worker will release * submit reference when the iocb is actually submitted. Loading Loading @@ -6217,12 +6216,9 @@ static void __io_queue_sqe(struct io_kiocb *req, struct io_comp_state *cs) if (nxt) { req = nxt; if (req->flags & REQ_F_FORCE_ASYNC) { linked_timeout = NULL; goto punt; } if (!(req->flags & REQ_F_FORCE_ASYNC)) goto again; io_queue_async_work(req); } exit: if (old_creds) Loading Loading
fs/io_uring.c +3 −7 Original line number Diff line number Diff line Loading @@ -6188,7 +6188,6 @@ static void __io_queue_sqe(struct io_kiocb *req, struct io_comp_state *cs) */ if (ret == -EAGAIN && !(req->flags & REQ_F_NOWAIT)) { if (!io_arm_poll_handler(req)) { punt: /* * Queued up for async execution, worker will release * submit reference when the iocb is actually submitted. Loading Loading @@ -6217,12 +6216,9 @@ static void __io_queue_sqe(struct io_kiocb *req, struct io_comp_state *cs) if (nxt) { req = nxt; if (req->flags & REQ_F_FORCE_ASYNC) { linked_timeout = NULL; goto punt; } if (!(req->flags & REQ_F_FORCE_ASYNC)) goto again; io_queue_async_work(req); } exit: if (old_creds) Loading