io_uring: move list helpers to a separate file
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 21 Jun 2022 09:09:01 +0000 (10:09 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:44:34 +0000 (08:44 -0600)
commit2ae163969f83b61436af01723b46cd2648738fea
tree0bfb7f6c774143ff8e67aeb1ce51e1b41f95b989
parent80ff20d177b416ee3e634ab6f93cac97354ebe99
io_uring: move list helpers to a separate file

It's annoying to have io-wq.h as a dependency every time we want some of
struct io_wq_work_list helpers, move them into a separate file.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/c1d891ce12b30767d1d2a3b7db2ca3abc1ecc4a2.1655802465.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io-wq.c
io_uring/io-wq.h
io_uring/io_uring.h
io_uring/slist.h [new file with mode: 0644]