commit | 84f97dc2333c626979bb547fce343a1003544dcc | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Nov 06 11:27:53 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 08 06:57:21 2019 -0700 |
tree | 1455230c19b79a2506553b2a749b9719b34d6b00 | |
parent | 2665abfd757fb35a241c6f0b1ebf620e3ffb36fb [diff] |
io_uring: make io_cqring_events() take 'ctx' as argument The rings can be derived from the ctx, and we need the ctx there for a future change. No functional changes in this patch. Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>