diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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])) { |