Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148171
b: refs/heads/master
c: eb91f1d
h: refs/heads/master
i:
  148169: 13a5537
  148167: 6f8b6df
v: v3
  • Loading branch information
Pekka Enberg committed Jun 12, 2009
1 parent 8ed8481 commit 53b95ee
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: 55cd63676e0c5710fbe1ea86dfd9f8ea9aaa90f2
refs/heads/master: eb91f1d0a531289e18f5587dc197d12a251c66a3
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,7 @@ static int __init_refok setup_cpu_cache(struct kmem_cache *cachep, gfp_t gfp)
for_each_online_node(node) {
cachep->nodelists[node] =
kmalloc_node(sizeof(struct kmem_list3),
GFP_KERNEL, node);
gfp, node);
BUG_ON(!cachep->nodelists[node]);
kmem_list3_init(cachep->nodelists[node]);
}
Expand Down

0 comments on commit 53b95ee

Please sign in to comment.