Re: [PATCH 019 of 35] Convert bio_for_each_segment to fill in a fresh bio_vec

2007-08-01 Thread Tejun Heo
Hi, On Tue, Jul 31, 2007 at 12:17:27PM +1000, NeilBrown wrote: > i.e. instread of providing a pointer to each bio_vec, it provides > a copy of each bio_vec. > > This allows a future patch to cause bio_for_each_segment to > provide bio_vecs that are not in the bi_io_vec list, thus allowing > for o

[PATCH 019 of 35] Convert bio_for_each_segment to fill in a fresh bio_vec

2007-07-30 Thread NeilBrown
i.e. instread of providing a pointer to each bio_vec, it provides a copy of each bio_vec. This allows a future patch to cause bio_for_each_segment to provide bio_vecs that are not in the bi_io_vec list, thus allowing for offsets and length restrictions. We consequently remove the only call for b