Loading fs/io_uring.c +1 −4 Original line number Diff line number Diff line Loading @@ -3641,10 +3641,7 @@ static void io_poll_complete(struct io_kiocb *req, __poll_t mask, int error) struct io_ring_ctx *ctx = req->ctx; req->poll.done = true; if (error) io_cqring_fill_event(req, error); else io_cqring_fill_event(req, mangle_poll(mask)); io_cqring_fill_event(req, error ? error : mangle_poll(mask)); io_commit_cqring(ctx); } Loading Loading
fs/io_uring.c +1 −4 Original line number Diff line number Diff line Loading @@ -3641,10 +3641,7 @@ static void io_poll_complete(struct io_kiocb *req, __poll_t mask, int error) struct io_ring_ctx *ctx = req->ctx; req->poll.done = true; if (error) io_cqring_fill_event(req, error); else io_cqring_fill_event(req, mangle_poll(mask)); io_cqring_fill_event(req, error ? error : mangle_poll(mask)); io_commit_cqring(ctx); } Loading