]> www.infradead.org Git - users/hch/misc.git/commitdiff
workqueue: remove the comment about the old manager_arb mutex
authorLai Jiangshan <jiangshanlai@gmail.com>
Tue, 20 Mar 2018 09:24:32 +0000 (17:24 +0800)
committerTejun Heo <tj@kernel.org>
Tue, 20 Mar 2018 20:01:45 +0000 (13:01 -0700)
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>
kernel/workqueue.c

index eeebfa65b0eff054495e732650005d260af8bd04..636c6d702b933084d74e1070bed4473dc21d8aca 100644 (file)
@@ -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 */