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

io_uring: move to using create_io_thread()



This allows us to do task creation and setup without needing to use
completions to try and synchronize with the starting thread. Get rid of
the old io_wq_fork_thread() wrapper, and the 'wq' and 'worker' startup
completion events - we can now do setup before the task is running.

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