]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Thu, 4 Mar 2021 13:37:57 +0000 (06:37 -0700)
commit8b671c131663a2086ee25c01b61191c142f80bf1
tree2b16fe0c8c482d0d725acec83e7496938b6fb4ae
parentc3165170c072979689d639cb1ac43ddd3eebd67b
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