aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slub.c')
-rw-r--r--mm/slub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c
index d8ee419d5a15..0b122d8ec216 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -3093,7 +3093,6 @@ static int kmem_cache_open(struct kmem_cache *s, unsigned long flags)
3093 else 3093 else
3094 s->cpu_partial = 30; 3094 s->cpu_partial = 30;
3095 3095
3096 s->refcount = 1;
3097#ifdef CONFIG_NUMA 3096#ifdef CONFIG_NUMA
3098 s->remote_node_defrag_ratio = 1000; 3097 s->remote_node_defrag_ratio = 1000;
3099#endif 3098#endif