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-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to