commit | 0a96bbe49994a46c1fea34619a501ead46aa7584 | [log] [tgz] |
---|---|---|
author | Bijan Mottahedeh <bijan.mottahedeh@oracle.com> | Wed Jan 06 12:39:10 2021 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Feb 01 10:02:41 2021 -0700 |
tree | 01ed5c466ec7b07c699b7adeb0db4748cafdd76a | |
parent | 3a81fd02045c329f25e5900fa61f613c9b317644 [diff] |
io_uring: modularize io_sqe_buffer_register Split io_sqe_buffer_register into two routines: - io_sqe_buffer_register() registers a single buffer - io_sqe_buffers_register iterates over all user specified buffers Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Bijan Mottahedeh <bijan.mottahedeh@oracle.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>