diff options
author | Jens Axboe <axboe@kernel.dk> | 2025-05-16 13:16:44 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2025-05-17 18:47:18 -0600 |
commit | c80bdb1c55719cd6308d648a7920272a3be09e34 (patch) | |
tree | af6078e0e54e004fcec91246c103e8728e142c78 /scripts/gdb/linux/modules.py | |
parent | 072d37b52c914271319b9f7e596ff3cba02e249c (diff) |
io_uring: pass in struct io_big_cqe to io_alloc_ocqe()
Rather than pass extra1/extra2 separately, just pass in the (now) named
io_big_cqe struct instead. The callers that don't use/support CQE32 will
now just pass a single NULL, rather than two seperate mystery zero
values.
Move the clearing of the big_cqe elements into io_alloc_ocqe() as well,
so it can get moved out of the generic code.
Reviewed-by: Caleb Sander Mateos <csander@purestorage.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions