• Jens Axboe's avatar
    io_uring: remove timeout/poll specific cancelations · 29f858a7
    Jens Axboe authored
    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>
    29f858a7
io_uring.c 108 KB