Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283005
b: refs/heads/master
c: fc8d862
h: refs/heads/master
i:
  283003: 60206a0
v: v3
  • Loading branch information
Stanislaw Gruszka authored and Linus Torvalds committed Jan 11, 2012
1 parent bc0d779 commit 68bb311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6968e73b90c2a2fb9a32d4bad249f8f70f70125
refs/heads/master: fc8d8620d39dbbaf412b1b9247d77d196d92adb9
3 changes: 3 additions & 0 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -3654,6 +3654,9 @@ void __init kmem_cache_init(void)
struct kmem_cache *temp_kmem_cache_node;
unsigned long kmalloc_size;

if (debug_guardpage_minorder())
slub_max_order = 0;

kmem_size = offsetof(struct kmem_cache, node) +
nr_node_ids * sizeof(struct kmem_cache_node *);

Expand Down

0 comments on commit 68bb311

Please sign in to comment.