lkml.org 
[lkml]   [2014]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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


\
 
 \ /
  Last update: 2014-05-13 00:01    [W:0.362 / U:0.372 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site