mm/sl[aou]b: Move kmem_cache refcounting to common code
[deliverable/linux.git] / mm / slob.c
index cac05d92f3291d735667c2335ec2e58bc4542617..3edfeaac3208104e06ffe73ece95e7b409dd3c64 100644 (file)
--- a/mm/slob.c
+++ b/mm/slob.c
@@ -524,7 +524,6 @@ int __kmem_cache_create(struct kmem_cache *c, unsigned long flags)
        if (c->align < align)
                c->align = align;
 
-       c->refcount = 1;
        return 0;
 }
 
This page took 0.02509 seconds and 5 git commands to generate.