commit | 6a290a1442b45afb55d6a87619b716e5031d7c3e | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Aug 09 13:04:13 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 23 13:07:59 2021 -0600 |
tree | 0aab095abc79f42fe05994c5fb991b9879c686cc | |
parent | e73c5c7cd3e21bb95032a9ed3593c000f17f9ab8 [diff] |
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>