From: NeilBrown Date: Thu, 7 Oct 2010 01:00:50 +0000 (+1100) Subject: md/raid1: minor bio initialisation improvements. X-Git-Tag: v2.6.36-rc8~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db8d9d3591f77cc6b66248b2cdfa1c43deee5ec9;p=pandora-kernel.git md/raid1: minor bio initialisation improvements. 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 --- Reading git-diff-tree failed