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>
Mon, 9 Aug 2021 15:08:22 +0000 (09:08 -0600)
commit32bfacf8f60bfc9d18c5824249f28b6259ff6a3c
tree15039d817479967113fd24c9f4d98686e3517378
parenta28074e1f206853c0ef2dd0422b0b5f550191cae
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