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:
143c4d0
)
md/raid5: protect debug message against NULL derefernce.
author
NeilBrown
<neilb@suse.de>
Thu, 11 Oct 2012 02:50:12 +0000
(13:50 +1100)
committer
NeilBrown
<neilb@suse.de>
Thu, 11 Oct 2012 02:50:12 +0000
(13:50 +1100)
The pr_debug in add_stripe_bio could race with something
changing *bip, so it is best to hold the lock until
after the pr_debug.
Reported-by: "Jianpeng Ma" <majianpeng@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found