Re: [PATCH 09/27] block: Use bio_sectors() more consistently

2013-02-20 Thread Ed Cashin
That looks OK to me. (I notice that while back in October it included changes to aoe, the current patch does not, which is fine.) On Feb 19, 2013, at 7:22 PM, Kent Overstreet wrote: > Bunch of places in the code weren't using it where they could be - > this'll reduce the size of the patch that

[PATCH 09/27] block: Use bio_sectors() more consistently

2013-02-19 Thread Kent Overstreet
Bunch of places in the code weren't using it where they could be - this'll reduce the size of the patch that puts bi_sector/bi_size/bi_idx into a struct bvec_iter. Signed-off-by: Kent Overstreet CC: Jens Axboe CC: "Ed L. Cashin" CC: Nick Piggin CC: Jiri Kosina CC: Jim Paris CC: Geoff Levand