[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140512213714.GF18959@mtj.dyndns.org>
Date: Mon, 12 May 2014 17:37:14 -0400
From: Tejun Heo <tj@...nel.org>
To: Lai Jiangshan <laijs@...fujitsu.com>
Cc: linux-kernel@...r.kernel.org,
Peter Zijlstra <peterz@...radead.org>,
Viresh Kumar <viresh.kumar@...aro.org>,
Ingo Molnar <mingo@...nel.org>
Subject: Re: [PATCH 05/10 V2] workqueue: separate iteration role from
worker_idr
Oops, one more thing.
On Mon, May 12, 2014 at 02:56:17PM +0800, Lai Jiangshan wrote:
> - struct idr worker_idr; /* M: worker IDs and iteration */
> + struct idr worker_idr; /* M: worker IDs */
> + struct list_head workers; /* M: attached workers */
Something like the following is probably more useful.
/* M: runs through worker->node */
--
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