[PATCH v2 13/26] raid5: use bio_reset()

2012-10-15 Thread Kent Overstreet
Had to shuffle the code around a bit (where bi_rw and bi_end_io were set), but shouldn't really be anything tricky here Signed-off-by: Kent Overstreet CC: Jens Axboe CC: NeilBrown --- drivers/md/raid5.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff

[PATCH v2 13/26] raid5: use bio_reset()

2012-10-15 Thread Kent Overstreet
Had to shuffle the code around a bit (where bi_rw and bi_end_io were set), but shouldn't really be anything tricky here Signed-off-by: Kent Overstreet koverstr...@google.com CC: Jens Axboe ax...@kernel.dk CC: NeilBrown ne...@suse.de --- drivers/md/raid5.c | 28 ++-- 1

Re: [PATCH v2 13/26] raid5: use bio_reset()

2012-09-11 Thread Kent Overstreet
On Tue, Sep 11, 2012 at 03:03:26PM +1000, NeilBrown wrote: > On Mon, 10 Sep 2012 17:22:24 -0700 Kent Overstreet > wrote: > > > Had to shuffle the code around a bit (where bi_rw and bi_end_io were > > set), but shouldn't really be anything tricky here > > > > Signed-off-by: Kent Overstreet > >

Re: [PATCH v2 13/26] raid5: use bio_reset()

2012-09-11 Thread Kent Overstreet
On Tue, Sep 11, 2012 at 03:03:26PM +1000, NeilBrown wrote: On Mon, 10 Sep 2012 17:22:24 -0700 Kent Overstreet koverstr...@google.com wrote: Had to shuffle the code around a bit (where bi_rw and bi_end_io were set), but shouldn't really be anything tricky here Signed-off-by: Kent

Re: [PATCH v2 13/26] raid5: use bio_reset()

2012-09-10 Thread NeilBrown
On Mon, 10 Sep 2012 17:22:24 -0700 Kent Overstreet wrote: > Had to shuffle the code around a bit (where bi_rw and bi_end_io were > set), but shouldn't really be anything tricky here > > Signed-off-by: Kent Overstreet > CC: Jens Axboe > CC: NeilBrown > --- > drivers/md/raid5.c | 28

[PATCH v2 13/26] raid5: use bio_reset()

2012-09-10 Thread Kent Overstreet
Had to shuffle the code around a bit (where bi_rw and bi_end_io were set), but shouldn't really be anything tricky here Signed-off-by: Kent Overstreet CC: Jens Axboe CC: NeilBrown --- drivers/md/raid5.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff

[PATCH v2 13/26] raid5: use bio_reset()

2012-09-10 Thread Kent Overstreet
Had to shuffle the code around a bit (where bi_rw and bi_end_io were set), but shouldn't really be anything tricky here Signed-off-by: Kent Overstreet koverstr...@google.com CC: Jens Axboe ax...@kernel.dk CC: NeilBrown ne...@suse.de --- drivers/md/raid5.c | 28 ++-- 1

Re: [PATCH v2 13/26] raid5: use bio_reset()

2012-09-10 Thread NeilBrown
On Mon, 10 Sep 2012 17:22:24 -0700 Kent Overstreet koverstr...@google.com wrote: Had to shuffle the code around a bit (where bi_rw and bi_end_io were set), but shouldn't really be anything tricky here Signed-off-by: Kent Overstreet koverstr...@google.com CC: Jens Axboe ax...@kernel.dk CC: