On Sat, Oct 23, 2021 at 05:21:33PM +0100, Pavel Begunkov wrote: > Combine bio_iov_bvec_set() and bio_iov_bvec_set_append() and let the > caller to do iov_iter_advance(). Also get rid of __bio_iov_bvec_set(), > which was duplicated in the final binary, and replace a weird > iov_iter_truncate() of a temporal iter copy with min() better reflecting > the intention. > > Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>