OSDN Git Service

mm: Remove slab destructors from kmem_cache_create().
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / security / selinux / ss / avtab.c
index 3122908..85705eb 100644 (file)
@@ -445,7 +445,7 @@ void avtab_cache_init(void)
 {
        avtab_node_cachep = kmem_cache_create("avtab_node",
                                              sizeof(struct avtab_node),
-                                             0, SLAB_PANIC, NULL, NULL);
+                                             0, SLAB_PANIC, NULL);
 }
 
 void avtab_cache_destroy(void)