aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slub.c')
-rw-r--r--mm/slub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c
index 3ca164f33965..e7ad123bb6a7 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -994,7 +994,7 @@ static void setup_object(struct kmem_cache *s, struct page *page,
994 } 994 }
995 995
996 if (unlikely(s->ctor)) 996 if (unlikely(s->ctor))
997 s->ctor(object, s, SLAB_CTOR_CONSTRUCTOR); 997 s->ctor(object, s, 0);
998} 998}
999 999
1000static struct page *new_slab(struct kmem_cache *s, gfp_t flags, int node) 1000static struct page *new_slab(struct kmem_cache *s, gfp_t flags, int node)