From: Lai Jiangshan Date: Tue, 18 Sep 2012 16:59:23 +0000 (-0700) Subject: workqueue: rename manager_mutex to assoc_mutex X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2eb83d123c1cc9f96a8e452b26a6ebe631b3ad7;p=pandora-kernel.git workqueue: rename manager_mutex to assoc_mutex 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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed