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>
Sun, 4 Apr 2021 21:27:19 +0000 (15:27 -0600)
commit0eb7edda54fea72ea2b48c397a18add52dcb7f20
treeb1b6339a5da170a764a759b3d224f02819edbfa9
parent863ad3eb75b1e9e0a738f8c27f5016832aa59c7c
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