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>
Mon, 22 Mar 2021 13:42:47 +0000 (07:42 -0600)
commit3db49de1c03ed1839e86e162f914d08822d4b41c
tree532faa5b23378da88da251e60ee6b49896800c5a
parent6d9decbd529ee490695fa3e9ee004edd832bbe0e
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