]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/inetpeer.c
mm: Remove slab destructors from kmem_cache_create().
[net-next-2.6.git] / net / ipv4 / inetpeer.c
index 2f44e6128068893c25343a7ad560a7b03dce252c..6cbce96a54cef2cc5722f9290181ce1b090f78a0 100644 (file)
@@ -123,7 +123,7 @@ void __init inet_initpeers(void)
        peer_cachep = kmem_cache_create("inet_peer_cache",
                        sizeof(struct inet_peer),
                        0, SLAB_HWCACHE_ALIGN|SLAB_PANIC,
-                       NULL, NULL);
+                       NULL);
 
        /* All the timers, started at system startup tend
           to synchronize. Perturb it a bit.