Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40429
b: refs/heads/master
c: 5211e6e
h: refs/heads/master
i:
  40427: 13df85a
v: v3
  • Loading branch information
Giridhar Pemmasani authored and Linus Torvalds committed Oct 29, 2006
1 parent 9b166b7 commit b925831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2da6dc28867b6cad6181291ed03093a487587d61
refs/heads/master: 5211e6e6c671f0d4b1e1a1023384d20227d8ee65
2 changes: 1 addition & 1 deletion trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b925831

Please sign in to comment.