aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 84de47e350dd..a07540e5843b 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -3320,7 +3320,7 @@ __cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid,
3320 cache_alloc_debugcheck_before(cachep, flags); 3320 cache_alloc_debugcheck_before(cachep, flags);
3321 local_irq_save(save_flags); 3321 local_irq_save(save_flags);
3322 3322
3323 if (unlikely(nodeid == -1)) 3323 if (nodeid == -1)
3324 nodeid = numa_node_id(); 3324 nodeid = numa_node_id();
3325 3325
3326 if (unlikely(!cachep->nodelists[nodeid])) { 3326 if (unlikely(!cachep->nodelists[nodeid])) {