On 1/4/2021 1:54 PM, Pavel Begunkov wrote:
On 18/12/2020 18:07, Bijan Mottahedeh wrote:
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
It's a bit worse in terms of extra allocations, but not so hot to be
be a problem, and looks simpler.
Reviewed-by: Pavel Begunkov <asml.silence@xxxxxxxxx>
Jens, I suggest to take 1,2 while they still apply (3/13 does not).
I'll review others in a meanwhile.
I rebased the patches and will send the version soon, so the rest should
apply as well.