Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330410
b: refs/heads/master
c: 48f2474
h: refs/heads/master
v: v3
  • Loading branch information
Michel Lespinasse authored and Pekka Enberg committed Aug 16, 2012
1 parent 71bbc14 commit f2e55f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: d9b7f22623b5fa9cc189581dcdfb2ac605933bf4
refs/heads/master: 48f2474144ac708f1faad97e82a863ca8214b602
1 change: 0 additions & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ static bool slab_max_order_set __initdata;

static inline struct kmem_cache *page_get_cache(struct page *page)
{
page = compound_head(page);
BUG_ON(!PageSlab(page));
return page->slab_cache;
}
Expand Down

0 comments on commit f2e55f3

Please sign in to comment.