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

io_uring: remove the need for relying on an io-wq fallback worker



We hit this case when the task is exiting, and we need somewhere to
do background cleanup of requests. Instead of relying on the io-wq
task manager to do this work for us, just stuff it somewhere where
we can safely run it ourselves directly.

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