diff options
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |