io_uring: inline io_iopoll_getevents()
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 13 Apr 2021 01:58:46 +0000 (02:58 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 13 Apr 2021 15:37:55 +0000 (09:37 -0600)
commitf39c8a5b1130fe17db9c66d08aa473d9587543a9
tree3a3157ef78053f17aa8237b5d8a1197ec56ff848
parente9979b36a467dcdb2073ec8391a2c167971bee46
io_uring: inline io_iopoll_getevents()

io_iopoll_getevents() is of no use to us anymore, io_iopoll_check()
handles all the cases.

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