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

io_uring: move provided and fixed buffers into the same io_kiocb area



These are mutually exclusive - if you use provided buffers, then you
cannot use fixed buffers and vice versa. Move them into the same spot
in the io_kiocb, which is also advantageous for provided buffers as
they get near the submit side hot cacheline.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 149c69b0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment