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, 9 Aug 2021 15:05:44 +0000 (09:05 -0600)
commit200855e7657cc549ea85d6ca7c098978b7a9fa99
treeb28c82efd45cee1391d1f740929f97e612037dac
parentfa68cad6b93f684951d5d4fc6d7f4ae3456239cf
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