Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63189
b: refs/heads/master
c: 2208b76
h: refs/heads/master
i:
  63187: 53eda94
v: v3
  • Loading branch information
Peter Zijlstra authored and Christoph Lameter committed Jul 30, 2007
1 parent a309936 commit f1d7c59
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: 02febdf7f62f2fbfa89ca9dc5d929beea89c96b1
refs/heads/master: 2208b764c14d0f1ad63da64b1a42db6077b6fe42
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,7 @@ static void __free_slab(struct kmem_cache *s, struct page *page)
slab_pad_check(s, page);
for_each_object(p, s, page_address(page))
check_object(s, page, p, 0);
ClearSlabDebug(page);
}

mod_zone_page_state(page_zone(page),
Expand Down Expand Up @@ -1169,7 +1170,6 @@ static void discard_slab(struct kmem_cache *s, struct page *page)

atomic_long_dec(&n->nr_slabs);
reset_page_mapcount(page);
ClearSlabDebug(page);
__ClearPageSlab(page);
free_slab(s, page);
}
Expand Down

0 comments on commit f1d7c59

Please sign in to comment.