[PATCH 08/10] workqueue: rename manager_mutex to bind_mutex

2014-04-26 Thread Lai Jiangshan
manager_mutex is only used to protect the binding of the pool and the workers. It protects the bind_list and operations based on this list, such as: cpu-binding for the workers in the bind_list concurrency management for the workers in the bind_list So we can simply rename

[PATCH 08/10] workqueue: rename manager_mutex to bind_mutex

2014-04-26 Thread Lai Jiangshan
manager_mutex is only used to protect the binding of the pool and the workers. It protects the bind_list and operations based on this list, such as: cpu-binding for the workers in the bind_list concurrency management for the workers in the bind_list So we can simply rename