Loading fs/io_uring.c +0 −4 Original line number Diff line number Diff line Loading @@ -3079,10 +3079,6 @@ static void io_submit_sqe(struct io_kiocb *req, struct io_submit_state *state, INIT_LIST_HEAD(&req->link_list); *link = req; } else if (READ_ONCE(s->sqe->opcode) == IORING_OP_LINK_TIMEOUT) { /* Only valid as a linked SQE */ ret = -EINVAL; goto err_req; } else { io_queue_sqe(req); } Loading Loading
fs/io_uring.c +0 −4 Original line number Diff line number Diff line Loading @@ -3079,10 +3079,6 @@ static void io_submit_sqe(struct io_kiocb *req, struct io_submit_state *state, INIT_LIST_HEAD(&req->link_list); *link = req; } else if (READ_ONCE(s->sqe->opcode) == IORING_OP_LINK_TIMEOUT) { /* Only valid as a linked SQE */ ret = -EINVAL; goto err_req; } else { io_queue_sqe(req); } Loading