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 19:52:06 +0000 (13:52 -0600)
commit1fd1d2c4af32b3b3f4548cfd9d4f988b0b029e38
treecca8e727bc6db2bbfc6aa8cb245cb070bbf58d9b
parentd6b6ce6dfa70de26a1a2684dcef3477d3c79825d
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