io_uring: correct comment on poll vs iopoll
authorJens Axboe <axboe@kernel.dk>
Tue, 23 Feb 2021 15:18:36 +0000 (08:18 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Mar 2021 16:24:19 +0000 (10:24 -0600)
commitae9007fe1eca8e2cb64fd0bee9e152556d3e1c50
tree37e7e4b6b352c523fd9dbbbe2cf8a8a64294cec9
parentd1c9ef5f10516b1be5d51c9f3bc4c90e6971b69a
io_uring: correct comment on poll vs iopoll

The correct function is io_iopoll_complete(), which deals with completions
of IOPOLL requests, not io_poll_complete().

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c