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:
5f7dabf
)
workqueue: rename manager_mutex to assoc_mutex
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Tue, 18 Sep 2012 16:59:23 +0000
(09:59 -0700)
committer
Tejun Heo
<tj@kernel.org>
Tue, 18 Sep 2012 16:59:23 +0000
(09:59 -0700)
Now that manager_mutex's role has changed from synchronizing manager
role to excluding hotplug against manager, the name is misleading.
As it is protecting the CPU-association of the gcwq now, rename it to
assoc_mutex.
This patch is pure rename and doesn't introduce any functional change.
tj: Updated comments and description.
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