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

io_uring: properly handle SQPOLL request cancelations



Track if a given task io_uring context contains SQPOLL instances, so we
can iterate those for cancelation (and request counts). This ensures that
we properly wait on SQPOLL contexts, and find everything that needs
canceling.

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