diff --git a/[refs] b/[refs] index 665a96e40b20..3033cae11e42 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b773ad73690b5f34eee0c76f4273ac6fcbd88f82 +refs/heads/master: 9ac33b2b749e9539e84bbb1a41f97b066c4bd757 diff --git a/trunk/mm/slab.c b/trunk/mm/slab.c index 473e6c2eaefb..5d16c8a30499 100644 --- a/trunk/mm/slab.c +++ b/trunk/mm/slab.c @@ -3280,7 +3280,7 @@ static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags) if (local_flags & __GFP_WAIT) local_irq_enable(); kmem_flagcheck(cache, flags); - obj = kmem_getpages(cache, flags, -1); + obj = kmem_getpages(cache, local_flags, -1); if (local_flags & __GFP_WAIT) local_irq_disable(); if (obj) {