commit | 540e32a0855e700affa29b1112bf2dbb1fa7702a | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Jul 13 23:37:09 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jul 24 12:55:44 2020 -0600 |
tree | f1bc19a6deb7a6d7e014db7c3aa793ece9f483a6 | |
parent | 3ca405ebfc1c3445b049dd25ca3338cbc99837d1 [diff] |
io_uring: rename ctx->poll into ctx->iopoll It supports both polling and I/O polling. Rename ctx->poll to clearly show that it's only in I/O poll case. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>