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 16:46:05 +0000 (09:46 -0700)
commit3731d805e78f5178c91498b75d183327fa02d64f
tree23a5a17993645a6bcdaba867921d5004f343a756
parent0553912d48798e33ff1a6c5b3d28ca3ac80f7d24
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