]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d49c516ee09ba40ef8014d924f30ee0b5816de4
treeb09538c2f449a093844e90d8015838279cb70f6f
parentda7994009e6ccccaf37e23accc630a0afec99d8b
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