mm: Remove slab destructors from kmem_cache_create().
[safe/jmp/linux-2.6] / net / xfrm / xfrm_input.c
index 5c46958..113f444 100644 (file)
@@ -83,5 +83,5 @@ void __init xfrm_input_init(void)
        secpath_cachep = kmem_cache_create("secpath_cache",
                                           sizeof(struct sec_path),
                                           0, SLAB_HWCACHE_ALIGN|SLAB_PANIC,
-                                          NULL, NULL);
+                                          NULL);
 }