]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - security/selinux/ss/avtab.c
mm: Remove slab destructors from kmem_cache_create().
[net-next-2.6.git] / security / selinux / ss / avtab.c
index 3122908afdc1484d495faf7f4c92cc0e1cb2e31a..85705eb289e02eda07ef79170547b7d004a48e90 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)