OSDN Git Service

io_uring: use completion list for CQ overflow
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 13 Jul 2020 20:37:11 +0000 (23:37 +0300)
committerJens Axboe <axboe@kernel.dk>
Fri, 24 Jul 2020 18:55:44 +0000 (12:55 -0600)
commit40d8ddd4facb80760d5a0c61a7cf026d5ff73ff0
treeb09538c2f449a093844e90d8015838279cb70f6f
parentd21ffe7eca82d47b489760899912f81e30456e2e
io_uring: use completion list for CQ overflow

As with the completion path, also use compl.list for overflowed
requests. If cleaned up properly, nobody needs per-op data there
anymore.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c