"Darrick" == Darrick J Wong <darrick.wong@xxxxxxxxxx> writes:
Darrick> Therefore, teach bio_integrity_process() to use
Darrick> bio_for_each_segment() to iterate the bio_vecs, since the
Darrick> per-bio iterator tracks which bio_vecs are associated with that
Darrick> particular bio. The integrity handling code is effectively
Darrick> part of the "driver" (it's not the bio owner), so it must use
Darrick> the correct iterator function.
Acked-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx>