]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/io_uring.c
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, 23 Aug 2021 19:07:59 +0000 (13:07 -0600)
commit6a290a1442b45afb55d6a87619b716e5031d7c3e
tree0aab095abc79f42fe05994c5fb991b9879c686cc
parente73c5c7cd3e21bb95032a9ed3593c000f17f9ab8
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