Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283007
b: refs/heads/master
c: f6d7e0c
h: refs/heads/master
i:
  283005: 68bb311
  283003: 60206a0
  282999: 0e3c73d
  282991: 63956d6
  282975: a844065
  282943: 1d8a1dd
  282879: e57986b
v: v3
  • Loading branch information
David Rientjes authored and Linus Torvalds committed Jan 11, 2012
1 parent 74ebd7e commit 848b852
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: ad8a1b558e6c76fb53901956d3c8f29b82a4ccfa
refs/heads/master: f6d7e0cb3ecc248e98fa11d83253f6174bd7e085
2 changes: 1 addition & 1 deletion trunk/include/linux/gfp.h
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ static inline struct page *alloc_pages_node(int nid, gfp_t gfp_mask,
static inline struct page *alloc_pages_exact_node(int nid, gfp_t gfp_mask,
unsigned int order)
{
VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES);
VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES || !node_online(nid));

return __alloc_pages(gfp_mask, order, node_zonelist(nid, gfp_mask));
}
Expand Down

0 comments on commit 848b852

Please sign in to comment.