Re: [PATCH 2/6] workqueue: factor out worker_pool from global_cwq

From: Tejun Heo
Date: Thu Jul 12 2012 - 13:07:54 EST


Hello, Namhyung.

Sorry about the delay.

On Tue, Jul 10, 2012 at 01:48:44PM +0900, Namhyung Kim wrote:
> > + struct list_head idle_list; /* X: list of idle workers */
> > + struct timer_list idle_timer; /* L: worker idle timeout */
> > + struct timer_list mayday_timer; /* L: SOS timer for dworkers */
>
> What is 'dworkers'?

My stupid finger pressing 'd' when I never meant to. :)

> > - /* workers are chained either in the idle_list or busy_hash */
> > - struct list_head idle_list; /* X: list of idle workers */
> > + /* workers are chained either in busy_head or pool idle_list */
>
> s/busy_head/busy_hash/ ?

Will fix.

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/