All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] workqueue: remove the comment about the old manager_arb mutex
@ 2018-03-20  9:24 Lai Jiangshan
  2018-03-20 20:07 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Lai Jiangshan @ 2018-03-20  9:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Lai Jiangshan, Tejun Heo

The manager_arb mutex doesn't exist any more.

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
---
 kernel/workqueue.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 19785a092026..698b6f1ecddd 100644
--- a/kernel/workqueue.c
+++ b/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 */
-- 
2.14.3 (Apple Git-98)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] workqueue: remove the comment about the old manager_arb mutex
  2018-03-20  9:24 [PATCH] workqueue: remove the comment about the old manager_arb mutex Lai Jiangshan
@ 2018-03-20 20:07 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2018-03-20 20:07 UTC (permalink / raw)
  To: Lai Jiangshan; +Cc: linux-kernel

On Tue, Mar 20, 2018 at 05:24:32PM +0800, Lai Jiangshan wrote:
> The manager_arb mutex doesn't exist any more.
> 
> Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>

Applied to wq/for-4.17.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-20 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20  9:24 [PATCH] workqueue: remove the comment about the old manager_arb mutex Lai Jiangshan
2018-03-20 20:07 ` Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.