io_uring: remove sqo_task
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 1 Mar 2021 13:02:16 +0000 (13:02 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Mar 2021 20:11:28 +0000 (13:11 -0700)
commite6ee7b08cd515f606cee449ce12cff63e240d1a1
tree886d13a452f5472d631659e2ee2c72024b984a7e
parent2e31312d5bfcf5293b9e1753ee2e276ec0831adb
io_uring: remove sqo_task

Now, sqo_task is used only for a warning that is not interesting anymore
since sqo_dead is gone, remove all of that including ctx->sqo_task.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c