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 19:52:06 +0000 (13:52 -0600)
commit5e27bc9afe9ba733d496d6a92bcfddc9f54e9e43
tree6f9dc41d763249a36f960382d753554a99c144e8
parent0e39a265d5a8a5d3df95914d75716587659847d1
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