Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131286
b: refs/heads/master
c: 2e9c237
h: refs/heads/master
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Feb 11, 2009
1 parent 8aa6fd2 commit ed47161
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d4097456cd1d9285e876fc5d08a789462804cc28
refs/heads/master: 2e9c23724328ae4e56c42a35a717a956d7d3001d
3 changes: 2 additions & 1 deletion trunk/mm/page_cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ static int __init_refok init_section_page_cgroup(unsigned long pfn)
nid = page_to_nid(pfn_to_page(pfn));
table_size = sizeof(struct page_cgroup) * PAGES_PER_SECTION;
if (slab_is_available()) {
base = kmalloc_node(table_size, GFP_KERNEL, nid);
base = kmalloc_node(table_size,
GFP_KERNEL | __GFP_NOWARN, nid);
if (!base)
base = vmalloc_node(table_size, nid);
} else {
Expand Down

0 comments on commit ed47161

Please sign in to comment.