aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/slub_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h
index 986e09dcfd8f..e217a7a68ea7 100644
--- a/include/linux/slub_def.h
+++ b/include/linux/slub_def.h
@@ -129,9 +129,9 @@ struct kmem_cache {
129 * This should be dropped to PAGE_SIZE / 2 once the page allocator 129 * This should be dropped to PAGE_SIZE / 2 once the page allocator
130 * "fastpath" becomes competitive with the slab allocator fastpaths. 130 * "fastpath" becomes competitive with the slab allocator fastpaths.
131 */ 131 */
132#define SLUB_MAX_SIZE (PAGE_SIZE) 132#define SLUB_MAX_SIZE (2 * PAGE_SIZE)
133 133
134#define SLUB_PAGE_SHIFT (PAGE_SHIFT + 1) 134#define SLUB_PAGE_SHIFT (PAGE_SHIFT + 2)
135 135
136/* 136/*
137 * We keep the general caches in an array of slab caches that are used for 137 * We keep the general caches in an array of slab caches that are used for