mm: Remove slab destructors from kmem_cache_create().
[cascardo/linux.git] / fs / dcookies.c
index 21af162..c1208f5 100644 (file)
@@ -205,7 +205,7 @@ static int dcookie_init(void)
 
        dcookie_cache = kmem_cache_create("dcookie_cache",
                sizeof(struct dcookie_struct),
-               0, 0, NULL, NULL);
+               0, 0, NULL);
 
        if (!dcookie_cache)
                goto out;