-
由 Xunlei Pang 提交于
Currently, get_unbound_pool() uses kzalloc() to allocate the worker pool. Actually, we can use the right node to do the allocation, achieving local memory access. This patch selects target node first, and uses kzalloc_node() instead. Signed-off-by: NXunlei Pang <pang.xunlei@linaro.org> Signed-off-by: NTejun Heo <tj@kernel.org>
e2273584