commit | ebdbb71160e970af187060dc4bf661af2e5b93b5 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Aug 30 10:04:44 2019 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Aug 30 10:04:44 2019 -0600 |
tree | 5f3dcbd861c99b2f97cd4eb738af0a896a811a4a | |
parent | 1ed37c52144de555e761500084dbffe24fede1c9 [diff] |
Fixed address prep helpers should include buf_index io_uring depends on the caller specifying the index into the array of registered buffers for doing pre-mapped IO. Make this explicit by requiring the caller to pass in this value for the io_uring_prep_read_fixed() and io_uring_prep_write_fixed() helpers. Signed-off-by: Jens Axboe <axboe@kernel.dk>