io-wq: get rid of manager task
authorJens Axboe <axboe@kernel.dk>
Mon, 15 Feb 2021 18:59:33 +0000 (11:59 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Feb 2021 18:59:33 +0000 (11:59 -0700)
commit2190fb8ebaac8419fd31051ff69869c6971bedbb
tree1970bbf990ccc93786ec703962fb39a4a5c75ed0
parent9f40d53a08d3e97ddbc4379b340893955f7213f9
io-wq: get rid of manager task

Just create the workers inline. It may be a bit more costly than
offloading thread creation to a manager, but the upside is that we can
do it inline. We'll need that for inheriting context.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c