git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7571ae8
)
md/raid1: minor bio initialisation improvements.
author
NeilBrown
<neilb@suse.de>
Thu, 7 Oct 2010 01:00:50 +0000
(12:00 +1100)
committer
NeilBrown
<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