io_uring: move io_clean_op()
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 23 Jun 2023 11:23:24 +0000 (12:23 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Jun 2023 14:19:39 +0000 (08:19 -0600)
commit5a754dea27fb91a418f7429e24479e4184dee2e3
treeb163183e3b79be162543affa235beee99efb2740
parent3b7a612fd0dbd321e15a308b8ac1f8bbf81432bd
io_uring: move io_clean_op()

Move io_clean_op() up in the source file and remove the forward
declaration, as the function doesn't have tricky dependencies
anymore.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/1b7163b2ba7c3a8322d972c79c1b0a9301b3057e.1687518903.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c