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:
6dafab6
)
md/raid5: add missing spin_lock_init.
author
NeilBrown
<neilb@suse.de>
Mon, 24 Sep 2012 06:27:20 +0000
(16:27 +1000)
committer
NeilBrown
<neilb@suse.de>
Mon, 24 Sep 2012 06:27:20 +0000
(16:27 +1000)
commit
b17459c05000fdbe8d10946570a26510f86ec0f
raid5: add a per-stripe lock
added a spin_lock to the 'stripe_head' struct.
Unfortunately there are two places where this struct is allocated
but the spin lock was only initialised in one of them.
So add the missing spin_lock_init.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found