|
@@ -3403,7 +3403,7 @@ __cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid,
|
|
cache_alloc_debugcheck_before(cachep, flags);
|
|
cache_alloc_debugcheck_before(cachep, flags);
|
|
local_irq_save(save_flags);
|
|
local_irq_save(save_flags);
|
|
|
|
|
|
- if (nodeid == -1)
|
|
|
|
|
|
+ if (nodeid == NUMA_NO_NODE)
|
|
nodeid = slab_node;
|
|
nodeid = slab_node;
|
|
|
|
|
|
if (unlikely(!cachep->nodelists[nodeid])) {
|
|
if (unlikely(!cachep->nodelists[nodeid])) {
|