io_uring: move io_put_task() definition
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 9 Aug 2021 12:04:13 +0000 (13:04 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 10 Aug 2021 23:51:40 +0000 (17:51 -0600)
commit0c52e5e799e4695239d81df50d692dfa6bc1d1ef
tree30c1a5651eb9264a0ba4871eb4e149bedaa7f4e8
parentbbf18d476963e1526da9b87720a6dc6f64e5f73f
io_uring: move io_put_task() definition

Move the function in the source file as it is to get rid of forward
declarations.

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