commit | ebc11b6c6b87da5c83b4d934893a893f49160bc3 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Aug 09 13:04:05 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 23 13:07:56 2021 -0600 |
tree | 4de20ee3aae023ae607b691207720e0455147b7d | |
parent | c97d8a0f68b30960e9c8089bc37cc3b96a96f84d [diff] |
io_uring: clean io-wq callbacks Move io-wq callbacks closer to each other, so it's easier to work with them, and rename io_free_work() into io_wq_free_work() for consistency. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/851bbc7f0f86f206d8c1333efee8bcb9c26e419f.1628471125.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>