Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60733
b: refs/heads/master
c: d45f39c
h: refs/heads/master
i:
  60731: 4504304
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Jul 17, 2007
1 parent 2124693 commit 03139ff
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6300ea75031e7aebfe3331245b7f750d82621223
refs/heads/master: d45f39cb06610ea456e1d689149b9becacda8b40
3 changes: 2 additions & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,8 @@ static struct kmem_cache_node * __init early_kmem_cache_node_alloc(gfp_t gfpflag
page->freelist = get_freepointer(kmalloc_caches, n);
page->inuse++;
kmalloc_caches->node[node] = n;
setup_object_debug(kmalloc_caches, page, n);
init_object(kmalloc_caches, n, 1);
init_tracking(kmalloc_caches, n);
init_kmem_cache_node(n);
atomic_long_inc(&n->nr_slabs);
add_partial(n, page);
Expand Down

0 comments on commit 03139ff

Please sign in to comment.