Lai Jiangshan
92f9c5c40c
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 >
2014-05-20 10:59:32 -04:00
..
2014-04-07 16:35:53 -07:00
2014-04-05 13:20:43 -07:00
2014-03-22 11:33:09 +01:00
2014-04-07 16:36:14 -07:00
2014-04-07 16:36:11 -07:00
2014-04-03 16:21:08 -07:00
2014-03-31 11:21:19 -07:00
2014-04-07 16:38:06 -07:00
2014-04-07 16:36:11 -07:00
2014-04-12 14:49:50 -07:00
2014-02-18 11:17:17 +01:00
2014-02-18 11:17:17 +01:00
2014-04-12 12:38:53 -07:00
2014-03-20 10:10:53 -04:00
2014-04-12 12:38:53 -07:00
2014-04-12 12:38:53 -07:00
2014-04-03 09:26:18 -07:00
2014-03-19 10:23:54 -04:00
2014-04-07 16:44:47 -04:00
2014-04-02 12:51:41 -07:00
2014-03-20 13:43:40 +01:00
2014-04-03 16:22:16 -07:00
2014-04-07 16:36:06 -07:00
2014-02-13 18:13:22 -08:00
2014-04-07 16:36:11 -07:00
2014-02-02 14:09:12 -08:00
2014-04-12 17:57:51 -07:00
2014-04-03 16:21:05 -07:00
2014-03-20 12:35:46 +01:00
2014-04-03 16:21:07 -07:00
2014-02-21 21:49:07 +01:00
2014-04-07 16:36:11 -07:00
2014-04-07 16:36:11 -07:00
2014-02-05 12:54:53 -08:00
2014-04-07 16:36:11 -07:00
2014-04-03 16:20:49 -07:00
2014-03-31 14:13:25 -07:00
2014-04-07 16:36:14 -07:00
2014-02-26 06:35:13 -08:00
2014-04-07 16:36:08 -07:00
2014-04-02 16:20:21 -07:00
2014-04-07 14:55:46 -07:00
2014-03-06 15:35:10 +01:00
2014-04-12 14:49:50 -07:00
2014-04-07 16:35:54 -07:00
2014-04-03 16:21:07 -07:00
2014-04-12 12:38:53 -07:00
2014-04-07 16:36:11 -07:00
2014-02-24 14:47:15 -08:00
2014-03-19 11:28:14 +01:00
2014-03-11 11:33:47 +01:00
2014-04-03 16:21:05 -07:00
2014-04-07 16:35:52 -07:00
2014-04-07 16:36:07 -07:00
2014-04-01 11:00:07 -07:00
2014-02-23 09:04:39 -08:00
2014-04-12 13:06:10 -07:00
2014-02-24 14:47:15 -08:00
2014-04-03 16:21:07 -07:00
2014-04-03 16:21:07 -07:00
2014-04-03 16:20:58 -07:00
2014-05-20 10:59:32 -04:00
2014-05-20 10:59:32 -04:00