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>
Tue, 10 Aug 2021 23:51:15 +0000 (17:51 -0600)
commitd2424c332cacd05925644c0473f617f81f10d0e7
tree1ae0ed2d6a57279ae6ed752cb981a650c50125fc
parentc0c2dcc94e91e5a840b8e8368943fa2f29dafd67
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