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

io_uring: perform IOPOLL reaping if canceler is thread itself

We bypass IOPOLL completion polling (and reaping) for the SQPOLL thread,
but if it's the thread itself invoking cancelations, then we still need
to perform it or no one will.

Fixes: 9936c7c2

 ("io_uring: deduplicate core cancellations sequence")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 5c2469e0
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