]> 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 9142073319c0085fcd07f87291510f3033f20bf2..85705eb289e02eda07ef79170547b7d004a48e90 100644 (file)
@@ -277,7 +277,7 @@ void avtab_hash_eval(struct avtab *h, char *tag)
                }
        }
 
-       printk(KERN_INFO "%s:  %d entries and %d/%d buckets used, longest "
+       printk(KERN_DEBUG "%s:  %d entries and %d/%d buckets used, longest "
               "chain length %d\n", tag, h->nel, slots_used, AVTAB_SIZE,
               max_chain_len);
 }
@@ -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)