diff --git a/fs/io_uring.c b/fs/io_uring.c index d42f2eea5416730586290264639769ec78643da3..c6eb0cfdb1578303ec9b514e9d9cd064e3d4a37e 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -4161,10 +4161,9 @@ static void io_poll_task_handler(struct io_kiocb *req, struct io_kiocb **nxt) hash_del(&req->hash_node); io_poll_complete(req, req->result, 0); - req->flags |= REQ_F_COMP_LOCKED; - io_put_req_find_next(req, nxt); spin_unlock_irq(&ctx->completion_lock); + io_put_req_find_next(req, nxt); io_cqring_ev_posted(ctx); }