Skip to content
Commit 59b745bb authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: move 'poll_multi_queue' bool in io_ring_ctx



The cacheline section holding this variable has two gaps, where one is
caused by this bool not packing well with structs. This causes it to
blow into the next cacheline. Move the variable, shrinking io_ring_ctx
by a full cacheline in size.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent f26cc959
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment