md/raid1: minor bio initialisation improvements.
authorNeilBrown <neilb@suse.de>
Thu, 7 Oct 2010 01:00:50 +0000 (12:00 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 7 Oct 2010 01:00:50 +0000 (12:00 +1100)
When performing a resync we pre-allocate some bios and repeatedly use
them.  This requires us to re-initialise them each time.
One field (bi_comp_cpu) and some flags weren't being initiaised
reliably.

Signed-off-by: NeilBrown <neilb@suse.de>

No differences found