commit | dd432ea5204eeb92a2abf246ce518e68679da772 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat Jun 26 21:40:45 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 30 14:15:39 2021 -0600 |
tree | b589b2d49cc62b3fc2bed8a1d0ee84f3e7ed4739 | |
parent | b2d9c3da77115b5172749dec20312651e67e0adf [diff] |
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>