diff options
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |