Skip to content
Commit 29f858a7 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: remove timeout/poll specific cancelations



For historical reasons these were special cased, as they were the only
ones that needed cancelation. But now we handle cancelations generally,
and hence there's no need to check for these in
io_ring_ctx_wait_and_kill() when io_uring_try_cancel_requests() handles
both these and the rest as well.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 25417623
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