[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120712170752.GC20167@google.com>
Date: Thu, 12 Jul 2012 10:07:52 -0700
From: Tejun Heo <tj@...nel.org>
To: Namhyung Kim <namhyung@...nel.org>
Cc: linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
joshhunt00@...il.com, axboe@...nel.dk, rni@...gle.com,
vgoyal@...hat.com, vwadekar@...dia.com,
herbert@...dor.apana.org.au, davem@...emloft.net,
linux-crypto@...r.kernel.org, swhiteho@...hat.com, bpm@....com,
elder@...nel.org, xfs@....sgi.com, marcel@...tmann.org,
gustavo@...ovan.org, johan.hedberg@...il.com,
linux-bluetooth@...r.kernel.org, martin.petersen@...cle.com
Subject: Re: [PATCH 2/6] workqueue: factor out worker_pool from global_cwq
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists