Re: [PATCH v3 07/26] block: Use bio_sectors() more consistently

2012-09-24 Thread Ed Cashin
On Sep 24, 2012, at 6:34 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 puts bi_sector/bi_size/bi_idx > into a struct bvec_iter. The aoe changes look fine to me, thanks. -- Ed Cashin ecas...@coraid.

Re: [PATCH v3 07/26] block: Use bio_sectors() more consistently

2012-09-24 Thread Jim Paris
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 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

Re: [PATCH v3 07/26] block: Use bio_sectors() more consistently

2012-09-24 Thread Kent Overstreet
On Mon, Sep 24, 2012 at 07:04:50PM -0400, Jim Paris wrote: > 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 puts bi_sector/bi_size/bi_idx > > into a struct bvec_iter. > > > > Signed-off-by: Kent Overstreet

[PATCH v3 07/26] block: Use bio_sectors() more consistently

2012-09-24 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