On Fri, Aug 08, 2025 at 08:58:20AM -0700, Keith Busch wrote: > + struct bio_vec *bvec; .. and another thing. bvec feels a bit confusing as the pointer is not to the current bvec, but the base bvec table and the name should express that some how. Maybe just bvecs for the shortest possible way to kinda express that?