Conversation

@axboe shouldn’t we do that for import_single_range() and for import_iovec() too, and turn those into ITER_UBUF rather than ITER_IOVEC?

Maybe I’m missing something.

1
0
4

@axboe you should get rid of the two preceding lines as welll (the iov_base/iov_len initialization). They are now wrong, and the iov_iter_ubuf() will overwrite them anyway. The compiler will presumably not generate code for them as it notices, but still..

1
0
2