]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: inline io_poll_task_handler()
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 18 Oct 2020 09:17:42 +0000 (10:17 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 19 Oct 2020 19:29:29 +0000 (13:29 -0600)
commitdd0be08a1ea2a0744244f0079278d8bd92b715f7
treed22723d4f4ea74432270f5caeae274279546e2db
parentc89dfa4beee33305475cb807ebf45bb4aecfb596
io_uring: inline io_poll_task_handler()

io_poll_task_handler() doesn't add clarity, inline it in its only user.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c