]> err.no Git - linux-2.6/blobdiff - net/dccp/proto.c
[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore
[linux-2.6] / net / dccp / proto.c
index 6607b7b14f34fde9a2324f28d90a8f2555cb5fcd..8d545da35262a6d0b4bf28575aebb929385ceb22 100644 (file)
@@ -172,7 +172,6 @@ int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized)
        struct inet_connection_sock *icsk = inet_csk(sk);
 
        dccp_minisock_init(&dp->dccps_minisock);
-       do_gettimeofday(&dp->dccps_epoch);
 
        /*
         * FIXME: We're hardcoding the CCID, and doing this at this point makes
@@ -1003,7 +1002,7 @@ static int __init dccp_init(void)
        dccp_hashinfo.bind_bucket_cachep =
                kmem_cache_create("dccp_bind_bucket",
                                  sizeof(struct inet_bind_bucket), 0,
-                                 SLAB_HWCACHE_ALIGN, NULL, NULL);
+                                 SLAB_HWCACHE_ALIGN, NULL);
        if (!dccp_hashinfo.bind_bucket_cachep)
                goto out;