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:
083b804
)
workqueue: fix locking in retry path of maybe_create_worker()
author
Tejun Heo
<tj@kernel.org>
Wed, 14 Jul 2010 09:31:20 +0000
(11:31 +0200)
committer
Tejun Heo
<tj@kernel.org>
Wed, 14 Jul 2010 09:31:20 +0000
(11:31 +0200)
maybe_create_worker() mismanaged locking when worker creation fails
and it has to retry. Fix locking and simplify lock manipulation.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Yong Zhang <yong.zhang@windriver.com>
No differences found