Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175598
b: refs/heads/master
c: 8e15b79
h: refs/heads/master
v: v3
  • Loading branch information
Tim Blechmann authored and Pekka Enberg committed Dec 6, 2009
1 parent 4a39a3f commit abbb8b7
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: ce79ddc8e2376a9a93c7d42daf89bfcbb9187e62
refs/heads/master: 8e15b79cf4bd20c6afb4663d98a39cd004eee672
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -3320,7 +3320,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 (unlikely(nodeid == -1))
if (nodeid == -1)
nodeid = numa_node_id();

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

0 comments on commit abbb8b7

Please sign in to comment.