Skip to content
Commit 45ab03b1 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: transform ret == 0 for poll cancelation completions



We can set canceled == true and complete out-of-line, ensure that we catch
that and correctly return -ECANCELED if the poll operation got canceled.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent b9b0e0d3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment