OSDN Git Service

io_uring: rename ctx->poll into ctx->iopoll
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 13 Jul 2020 20:37:09 +0000 (23:37 +0300)
committerJens Axboe <axboe@kernel.dk>
Fri, 24 Jul 2020 18:55:44 +0000 (12:55 -0600)
commit540e32a0855e700affa29b1112bf2dbb1fa7702a
treef1bc19a6deb7a6d7e014db7c3aa793ece9f483a6
parent3ca405ebfc1c3445b049dd25ca3338cbc99837d1
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>
fs/io_uring.c