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