Re: [PATCH] workqueue: use manager lock only to protect worker_idr

2014-03-27 Thread Lai Jiangshan
please omit this patch and wait for my new patchset. Thanks, Lai On 03/26/2014 10:41 PM, Lai Jiangshan wrote: > worker_idr is always accessed in manager lock context currently. > worker_idr is highly related to managers, it will be unlikely > accessed in pool->lock only in future. > > Signed-off

[PATCH] workqueue: use manager lock only to protect worker_idr

2014-03-26 Thread Lai Jiangshan
worker_idr is always accessed in manager lock context currently. worker_idr is highly related to managers, it will be unlikely accessed in pool->lock only in future. Signed-off-by: Lai Jiangshan --- kernel/workqueue.c | 34 ++ 1 files changed, 6 insertions(+), 2