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)
commitdd221f46f68ad9df2c1daf7a7626c75fa9bd0bf0
treed22723d4f4ea74432270f5caeae274279546e2db
parent069b89384d77c8972a8aa12588e74507714159d4
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