Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215941
b: refs/heads/master
c: 8de66a0
h: refs/heads/master
i:
  215939: b819eb4
v: v3
  • Loading branch information
Christoph Lameter authored and Pekka Enberg committed Oct 2, 2010
1 parent c339146 commit 1511f74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7d550c56a24b20e91ec469054230bd2e2485996a
refs/heads/master: 8de66a0c022c7c575c7481224803292cdabed4c4
4 changes: 2 additions & 2 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2909,7 +2909,7 @@ static void slab_mem_offline_callback(void *arg)
BUG_ON(slabs_node(s, offline_node));

s->node[offline_node] = NULL;
kmem_cache_free(kmalloc_caches, n);
kmem_cache_free(kmem_cache_node, n);
}
}
up_read(&slub_lock);
Expand Down Expand Up @@ -2942,7 +2942,7 @@ static int slab_mem_going_online_callback(void *arg)
* since memory is not yet available from the node that
* is brought up.
*/
n = kmem_cache_alloc(kmalloc_caches, GFP_KERNEL);
n = kmem_cache_alloc(kmem_cache_node, GFP_KERNEL);
if (!n) {
ret = -ENOMEM;
goto out;
Expand Down

0 comments on commit 1511f74

Please sign in to comment.