Re: [PATCH 6/7] workqueue: node-awared allocation for unbound pool

2013-04-04 Thread Tejun Heo
Hello, On Thu, Apr 04, 2013 at 10:05:37AM +0800, Lai Jiangshan wrote: > calculate the node of the pool earlier, and allocate the pool > from the node. > > Signed-off-by: Lai Jiangshan > --- > kernel/workqueue.c | 29 +++-- > 1 files changed, 15 insertions(+), 14

Re: [PATCH 6/7] workqueue: node-awared allocation for unbound pool

2013-04-04 Thread Tejun Heo
Hello, On Thu, Apr 04, 2013 at 10:05:37AM +0800, Lai Jiangshan wrote: calculate the node of the pool earlier, and allocate the pool from the node. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- kernel/workqueue.c | 29 +++-- 1 files changed, 15

[PATCH 6/7] workqueue: node-awared allocation for unbound pool

2013-04-03 Thread Lai Jiangshan
calculate the node of the pool earlier, and allocate the pool from the node. Signed-off-by: Lai Jiangshan --- kernel/workqueue.c | 29 +++-- 1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 737646d..3f33077

[PATCH 6/7] workqueue: node-awared allocation for unbound pool

2013-04-03 Thread Lai Jiangshan
calculate the node of the pool earlier, and allocate the pool from the node. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- kernel/workqueue.c | 29 +++-- 1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c