Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123456
b: refs/heads/master
c: 8759ec5
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg committed Dec 29, 2008
1 parent 683f940 commit aaa9bdf
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: 89124d706db0aa95daacfa4c0df45a43a44d44f4
refs/heads/master: 8759ec50a6cad7ca5a6d63e657d25b85ab5ba44a
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,7 @@ static struct slab *alloc_slabmgmt(struct kmem_cache *cachep, void *objp,
if (OFF_SLAB(cachep)) {
/* Slab management obj is off-slab. */
slabp = kmem_cache_alloc_node(cachep->slabp_cache,
local_flags & ~GFP_THISNODE, nodeid);
local_flags, nodeid);
if (!slabp)
return NULL;
} else {
Expand Down

0 comments on commit aaa9bdf

Please sign in to comment.