Re: [PATCH] workqueue: use nr_node_ids instead of wq_numa_tbl_len

2014-07-22 Thread Tejun Heo
On Tue, Jul 22, 2014 at 01:05:40PM +0800, Lai Jiangshan wrote: > They are the same and nr_node_ids is provided by the memory subsystem. > > Signed-off-by: Lai Jiangshan Applied to wq/for-3.17. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH] workqueue: use nr_node_ids instead of wq_numa_tbl_len

2014-07-22 Thread Tejun Heo
On Tue, Jul 22, 2014 at 01:05:40PM +0800, Lai Jiangshan wrote: They are the same and nr_node_ids is provided by the memory subsystem. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com Applied to wq/for-3.17. Thanks. -- tejun -- To unsubscribe from this list: send the line unsubscribe

[PATCH] workqueue: use nr_node_ids instead of wq_numa_tbl_len

2014-07-21 Thread Lai Jiangshan
They are the same and nr_node_ids is provided by the memory subsystem. Signed-off-by: Lai Jiangshan --- kernel/workqueue.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 4e9f722..7207393 100644 ---

[PATCH] workqueue: use nr_node_ids instead of wq_numa_tbl_len

2014-07-21 Thread Lai Jiangshan
They are the same and nr_node_ids is provided by the memory subsystem. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- kernel/workqueue.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 4e9f722..7207393 100644