io_uring: mainstream sqpoll task_work running
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 26 Jun 2021 20:40:45 +0000 (21:40 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 30 Jun 2021 20:15:39 +0000 (14:15 -0600)
commitdd432ea5204eeb92a2abf246ce518e68679da772
treeb589b2d49cc62b3fc2bed8a1d0ee84f3e7ed4739
parentb2d9c3da77115b5172749dec20312651e67e0adf
io_uring: mainstream sqpoll task_work running

task_works are widely used, so place io_run_task_work() directly into
the main path of io_sq_thread(), and remove it from other places where
it's not needed anymore.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/24eb5e35d519c590d3dffbd694b4c61a5fe49029.1624739600.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c