Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72681
b: refs/heads/master
c: 27bb628
h: refs/heads/master
i:
  72679: c1d8f83
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 29, 2007
1 parent 9c85f20 commit 7c07d81
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: 2d8a972661832719931b0dd5b80e97215cb93d94
refs/heads/master: 27bb628a1d759cc82ff6360becf61de601907811
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2734,7 +2734,7 @@ static void slab_mem_offline_callback(void *arg)
* and offline_pages() function shoudn't call this
* callback. So, we must fail.
*/
BUG_ON(atomic_read(&n->nr_slabs));
BUG_ON(atomic_long_read(&n->nr_slabs));

s->node[offline_node] = NULL;
kmem_cache_free(kmalloc_caches, n);
Expand Down

0 comments on commit 7c07d81

Please sign in to comment.