diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3403,7 +3403,7 @@ __cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid, | |||
3403 | cache_alloc_debugcheck_before(cachep, flags); | 3403 | cache_alloc_debugcheck_before(cachep, flags); |
3404 | local_irq_save(save_flags); | 3404 | local_irq_save(save_flags); |
3405 | 3405 | ||
3406 | if (nodeid == -1) | 3406 | if (nodeid == NUMA_NO_NODE) |
3407 | nodeid = slab_node; | 3407 | nodeid = slab_node; |
3408 | 3408 | ||
3409 | if (unlikely(!cachep->nodelists[nodeid])) { | 3409 | if (unlikely(!cachep->nodelists[nodeid])) { |