aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 473e6c2eaefb..5d16c8a30499 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -3280,7 +3280,7 @@ retry:
3280 if (local_flags & __GFP_WAIT) 3280 if (local_flags & __GFP_WAIT)
3281 local_irq_enable(); 3281 local_irq_enable();
3282 kmem_flagcheck(cache, flags); 3282 kmem_flagcheck(cache, flags);
3283 obj = kmem_getpages(cache, flags, -1); 3283 obj = kmem_getpages(cache, local_flags, -1);
3284 if (local_flags & __GFP_WAIT) 3284 if (local_flags & __GFP_WAIT)
3285 local_irq_disable(); 3285 local_irq_disable();
3286 if (obj) { 3286 if (obj) {