[PATCH v2 05/26] block: Add bio_end()

2012-10-15 Thread Kent Overstreet
Just a little convenience macro - main reason to add it now is preparing for immutable bio vecs, it'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 --- block/blk-core.c | 2 +-

[PATCH v2 05/26] block: Add bio_end()

2012-10-15 Thread Kent Overstreet
Just a little convenience macro - main reason to add it now is preparing for immutable bio vecs, it'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 koverstr...@google.com CC: Jens Axboe ax...@kernel.dk ---

Re: [PATCH v2 05/26] block: Add bio_end()

2012-09-20 Thread Kent Overstreet
On Thu, Sep 20, 2012 at 04:32:25PM -0700, Tejun Heo wrote: > On Mon, Sep 10, 2012 at 05:22:16PM -0700, Kent Overstreet wrote: > > Just a little convenience macro - main reason to add it now is preparing > > for immutable bio vecs, it'll reduce the size of the patch that puts > >

Re: [PATCH v2 05/26] block: Add bio_end()

2012-09-20 Thread Tejun Heo
On Mon, Sep 10, 2012 at 05:22:16PM -0700, Kent Overstreet wrote: > Just a little convenience macro - main reason to add it now is preparing > for immutable bio vecs, it'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

Re: [PATCH v2 05/26] block: Add bio_end()

2012-09-20 Thread Tejun Heo
On Mon, Sep 10, 2012 at 05:22:16PM -0700, Kent Overstreet wrote: Just a little convenience macro - main reason to add it now is preparing for immutable bio vecs, it'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

Re: [PATCH v2 05/26] block: Add bio_end()

2012-09-20 Thread Kent Overstreet
On Thu, Sep 20, 2012 at 04:32:25PM -0700, Tejun Heo wrote: On Mon, Sep 10, 2012 at 05:22:16PM -0700, Kent Overstreet wrote: Just a little convenience macro - main reason to add it now is preparing for immutable bio vecs, it'll reduce the size of the patch that puts bi_sector/bi_size/bi_idx

Re: [PATCH v2 05/26] block: Add bio_end()

2012-09-17 Thread Steven Whitehouse
Hi, On Mon, 2012-09-10 at 17:22 -0700, Kent Overstreet wrote: > Just a little convenience macro - main reason to add it now is preparing > for immutable bio vecs, it'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

Re: [PATCH v2 05/26] block: Add bio_end()

2012-09-17 Thread Steven Whitehouse
Hi, On Mon, 2012-09-10 at 17:22 -0700, Kent Overstreet wrote: Just a little convenience macro - main reason to add it now is preparing for immutable bio vecs, it'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 v2 05/26] block: Add bio_end()

2012-09-10 Thread Kent Overstreet
Just a little convenience macro - main reason to add it now is preparing for immutable bio vecs, it'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 --- block/blk-core.c | 2 +-

[PATCH v2 05/26] block: Add bio_end()

2012-09-10 Thread Kent Overstreet
Just a little convenience macro - main reason to add it now is preparing for immutable bio vecs, it'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 koverstr...@google.com CC: Jens Axboe ax...@kernel.dk ---