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:
91adb56
)
md: md_unregister_thread should cope with being passed NULL
author
NeilBrown
<neilb@suse.de>
Tue, 31 Mar 2009 03:39:39 +0000
(14:39 +1100)
committer
NeilBrown
<neilb@suse.de>
Tue, 31 Mar 2009 03:39:39 +0000
(14:39 +1100)
Mostly md_unregister_thread is only called when we know that the
thread is NULL, but sometimes we need to check first. It is safer
to put the check inside md_unregister_thread itself.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found