From: Lai Jiangshan Date: Tue, 20 May 2014 09:46:34 +0000 (+0800) Subject: workqueue: rename manager_mutex to attach_mutex X-Git-Tag: omap-for-v3.16/fixes-against-rc1~83^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92f9c5c40cc67ffcc5ac7f55fdbd6ae8afc7e0b4;p=pandora-kernel.git workqueue: rename manager_mutex to attach_mutex manager_mutex is only used to protect the attaching for the pool and the pool->workers list. It protects the pool->workers and operations based on this list, such as: cpu-binding for the workers in the pool->workers the operations to set/clear WORKER_UNBOUND So let's rename manager_mutex to attach_mutex to better reflect its role. This patch is a pure rename. tj: Minor command and description updates. Signed-off-by: Lai Jiangshan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed