io_uring: move SQPOLL thread io-wq forked worker
authorJens Axboe <axboe@kernel.dk>
Thu, 18 Feb 2021 04:03:43 +0000 (21:03 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 23 Feb 2021 23:44:42 +0000 (16:44 -0700)
commit37d1e2e3642e2380750d7f35279180826f29660e
tree16f036667abf3acaa409cfa2a600ab3332c17bd6
parent843bbfd49f02caab7186910480a86378bb84e975
io_uring: move SQPOLL thread io-wq forked worker

Don't use a kthread for SQPOLL, use a forked worker just like the io-wq
workers. With that done, we can drop the various context grabbing we do
for SQPOLL, it already has everything it needs.

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