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:
cf41617
)
workqueue: use manager lock only to protect worker_idr
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Tue, 20 May 2014 09:46:27 +0000
(17:46 +0800)
committer
Tejun Heo
<tj@kernel.org>
Tue, 20 May 2014 14:59:30 +0000
(10:59 -0400)
worker_idr is highly bound to managers and is always/only accessed in manager
lock context. So we don't need pool->lock for it.
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c
patch
|
blob
|
history
diff --cc
kernel/workqueue.c
Simple merge