io_uring: switch fallback work to io_wq_work_list
authorJens Axboe <axboe@kernel.dk>
Sun, 24 Mar 2024 16:14:11 +0000 (10:14 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 28 Mar 2024 20:05:20 +0000 (14:05 -0600)
commit2f2c50d5061d26aafb1a9e24ceecc9506b87b8ec
tree85f84d4c93fb9a76230a1fda002e57812ea72d6a
parentafa22ccfbeeb5c4c1238b3150abaf0389cf877a4
io_uring: switch fallback work to io_wq_work_list

Just like what was done for deferred task_work, convert the fallback
task_work to a normal io_wq_work_list.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/io_uring.c