io_uring: inline io_poll_complete
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 4 Oct 2021 19:02:59 +0000 (20:02 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Oct 2021 11:49:55 +0000 (05:49 -0600)
commiteb6e6f0690c846f7de46181bab3954c12c96e11e
tree58ab9b648d80610a445f59449704e94e0c533da6
parent867f8fa5aeb7fa51290bf3567ce2bbc45580a469
io_uring: inline io_poll_complete

Inline io_poll_complete(), it's simple and doesn't have any particular
purpose.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/933d7ee3e4450749a2d892235462c8f18d030293.1633373302.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c