Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310132
b: refs/heads/master
c: c03f94c
h: refs/heads/master
v: v3
  • Loading branch information
Joonsoo Kim authored and Pekka Enberg committed May 18, 2012
1 parent 2a65060 commit 7d5b0e0
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: 02d7633fa567be7bf55a993b79d2a31b95ce2227
refs/heads/master: c03f94ccbd67fbcf546e5a9fcfeb99ef0aca4ada
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@ static struct page *new_slab(struct kmem_cache *s, gfp_t flags, int node)

inc_slabs_node(s, page_to_nid(page), page->objects);
page->slab = s;
page->flags |= 1 << PG_slab;
__SetPageSlab(page);

start = page_address(page);

Expand Down

0 comments on commit 7d5b0e0

Please sign in to comment.