浏览代码

workqueue: remove the comment about the old manager_arb mutex

The manager_arb mutex doesn't exist any more.

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Lai Jiangshan 7 年之前
父节点
当前提交
f75da8a8a9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      kernel/workqueue.c

+ 0 - 1
kernel/workqueue.c

@@ -165,7 +165,6 @@ struct worker_pool {
 	DECLARE_HASHTABLE(busy_hash, BUSY_WORKER_HASH_ORDER);
 						/* L: hash of busy workers */
 
-	/* see manage_workers() for details on the two manager mutexes */
 	struct worker		*manager;	/* L: purely informational */
 	struct mutex		attach_mutex;	/* attach/detach exclusion */
 	struct list_head	workers;	/* A: attached workers */