commit | 2b358604aa6e8c12d7efa14777fcc66c377682b0 | [log] [tgz] |
---|---|---|
author | Bijan Mottahedeh <bijan.mottahedeh@oracle.com> | Wed Jan 06 12:39:11 2021 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Feb 01 10:02:41 2021 -0700 |
tree | b6b5c763028a15cd944ab148395e274179f98eb9 | |
parent | 0a96bbe49994a46c1fea34619a501ead46aa7584 [diff] |
io_uring: modularize io_sqe_buffers_register Move allocation of buffer management structures, and validation of buffers into separate routines. 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>