Re: [PATCH 7/7] workqueue: static idle_rebind

2012-08-27 Thread Tejun Heo
Hello, Lai. On Tue, Aug 28, 2012 at 01:58:27AM +0800, Lai Jiangshan wrote: > rebind_workers() is protected by cpu_hotplug lock, > so struct idle_rebind is also proteced by it. > > And we can use a compile time allocated idle_rebind instead > of allocating it from the stack. it makes code clean.

[PATCH 7/7] workqueue: static idle_rebind

2012-08-27 Thread Lai Jiangshan
rebind_workers() is protected by cpu_hotplug lock, so struct idle_rebind is also proteced by it. And we can use a compile time allocated idle_rebind instead of allocating it from the stack. it makes code clean. Signed-off-by: Lai Jiangshan --- kernel/workqueue.c | 28 +++--