diff options
author | Lai Jiangshan <laijs@cn.fujitsu.com> | 2014-05-20 17:46:34 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-05-20 10:59:32 -0400 |
commit | 92f9c5c40cc67ffcc5ac7f55fdbd6ae8afc7e0b4 (patch) | |
tree | 6d1291b7b87ef94cb92a7a2d42aafe3d49cadb0b /kernel/utsname.c | |
parent | 4d757c5c81edba2052aae10d5b36dfcb9902b141 (diff) | |
download | op-kernel-dev-92f9c5c40cc67ffcc5ac7f55fdbd6ae8afc7e0b4.zip op-kernel-dev-92f9c5c40cc67ffcc5ac7f55fdbd6ae8afc7e0b4.tar.gz |
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 <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/utsname.c')
0 files changed, 0 insertions, 0 deletions