]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/io_uring.c
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, 11 Apr 2021 23:41:58 +0000 (17:41 -0600)
commitb9b0e0d39c7b4be7af7976c52bdb8664dfa389f5
tree609671a7d2166dda3144b23ca2e814058577d654
parent7b29f92da377c358955b522045d0778aa79a540a
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