io_uring: clean io-wq callbacks
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 9 Aug 2021 12:04:05 +0000 (13:04 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:07:56 +0000 (13:07 -0600)
commitebc11b6c6b87da5c83b4d934893a893f49160bc3
tree4de20ee3aae023ae607b691207720e0455147b7d
parentc97d8a0f68b30960e9c8089bc37cc3b96a96f84d
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>
fs/io_uring.c