aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index b514bf81aca8..54eba8a65370 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -2264,7 +2264,7 @@ __kmem_cache_create (struct kmem_cache *cachep, unsigned long flags)
2264 * it too early on. Always use on-slab management when 2264 * it too early on. Always use on-slab management when
2265 * SLAB_NOLEAKTRACE to avoid recursive calls into kmemleak) 2265 * SLAB_NOLEAKTRACE to avoid recursive calls into kmemleak)
2266 */ 2266 */
2267 if ((size >= (PAGE_SIZE >> 3)) && !slab_early_init && 2267 if ((size >= (PAGE_SIZE >> 5)) && !slab_early_init &&
2268 !(flags & SLAB_NOLEAKTRACE)) 2268 !(flags & SLAB_NOLEAKTRACE))
2269 /* 2269 /*
2270 * Size is large, assume best to place the slab management obj 2270 * Size is large, assume best to place the slab management obj