aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mm/slab.c b/mm/slab.c
index f34e053ec46e..eae2d21cc14f 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -3580,11 +3580,11 @@ static int alloc_kmem_cache_node(struct kmem_cache *cachep, gfp_t gfp)
3580 3580
3581 for_each_online_node(node) { 3581 for_each_online_node(node) {
3582 3582
3583 if (use_alien_caches) { 3583 if (use_alien_caches) {
3584 new_alien = alloc_alien_cache(node, cachep->limit, gfp); 3584 new_alien = alloc_alien_cache(node, cachep->limit, gfp);
3585 if (!new_alien) 3585 if (!new_alien)
3586 goto fail; 3586 goto fail;
3587 } 3587 }
3588 3588
3589 new_shared = NULL; 3589 new_shared = NULL;
3590 if (cachep->shared) { 3590 if (cachep->shared) {