diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2609,7 +2609,7 @@ static struct slab *alloc_slabmgmt(struct kmem_cache *cachep, void *objp, | |||
2609 | if (OFF_SLAB(cachep)) { | 2609 | if (OFF_SLAB(cachep)) { |
2610 | /* Slab management obj is off-slab. */ | 2610 | /* Slab management obj is off-slab. */ |
2611 | slabp = kmem_cache_alloc_node(cachep->slabp_cache, | 2611 | slabp = kmem_cache_alloc_node(cachep->slabp_cache, |
2612 | local_flags & ~GFP_THISNODE, nodeid); | 2612 | local_flags, nodeid); |
2613 | if (!slabp) | 2613 | if (!slabp) |
2614 | return NULL; | 2614 | return NULL; |
2615 | } else { | 2615 | } else { |