Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248617
b: refs/heads/master
c: 33de04e
h: refs/heads/master
i:
  248615: 7953d56
v: v3
  • Loading branch information
Christoph Lameter authored and Pekka Enberg committed Apr 17, 2011
1 parent c5d44db commit 5f445be
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: 607bf324ab3d780e1ec20b1b1a3bfaa3be58a957
refs/heads/master: 33de04ec4cb80b6bd0782e88a64954e60bc15dc1
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ static struct page *get_partial(struct kmem_cache *s, gfp_t flags, int node)
int searchnode = (node == NUMA_NO_NODE) ? numa_node_id() : node;

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

return get_any_partial(s, flags);
Expand Down

0 comments on commit 5f445be

Please sign in to comment.