diff --git a/[refs] b/[refs] index 45e70d000242..f8b32b4f5702 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2da6dc28867b6cad6181291ed03093a487587d61 +refs/heads/master: 5211e6e6c671f0d4b1e1a1023384d20227d8ee65 diff --git a/trunk/mm/vmalloc.c b/trunk/mm/vmalloc.c index 6d381df7c9b3..46606c133e82 100644 --- a/trunk/mm/vmalloc.c +++ b/trunk/mm/vmalloc.c @@ -182,7 +182,7 @@ static struct vm_struct *__get_vm_area_node(unsigned long size, unsigned long fl addr = ALIGN(start, align); size = PAGE_ALIGN(size); - area = kmalloc_node(sizeof(*area), gfp_mask, node); + area = kmalloc_node(sizeof(*area), gfp_mask & GFP_LEVEL_MASK, node); if (unlikely(!area)) return NULL;