Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261807
b: refs/heads/master
c: eacbbae
h: refs/heads/master
i:
  261805: 72537df
  261803: 0671b80
  261799: a38ecf0
  261791: 57a18ad
v: v3
  • Loading branch information
Andrew Morton authored and Pekka Enberg committed Jul 31, 2011
1 parent 5d23211 commit eb11174
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: acfe7d74484d6ccb25a80b8ff259fceceac0473e
refs/heads/master: eacbbae385bf492229e84024863960d3160547c7
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -3403,7 +3403,7 @@ __cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid,
cache_alloc_debugcheck_before(cachep, flags);
local_irq_save(save_flags);

if (nodeid == -1)
if (nodeid == NUMA_NO_NODE)
nodeid = slab_node;

if (unlikely(!cachep->nodelists[nodeid])) {
Expand Down

0 comments on commit eb11174

Please sign in to comment.