Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206080
b: refs/heads/master
c: bc6488e
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Pekka Enberg committed Jul 29, 2010
1 parent e87a735 commit b1b4d50
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: 7adde04a2f5a798f04a556dfb3b69bff388e5dc4
refs/heads/master: bc6488e91078af0b42ee0d8335e0587f64550d7d
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ static struct page *get_partial(struct kmem_cache *s, gfp_t flags, int node)
int searchnode = (node == -1) ? numa_node_id() : node;

page = get_partial_node(get_node(s, searchnode));
if (page || (flags & __GFP_THISNODE))
if (page || node != -1)
return page;

return get_any_partial(s, flags);
Expand Down

0 comments on commit b1b4d50

Please sign in to comment.