]> Git Repo - linux.git/commitdiff
tcp: tcp_v6_connect() cleanup
authorEric Dumazet <[email protected]>
Sat, 13 Jun 2015 02:34:03 +0000 (19:34 -0700)
committerDavid S. Miller <[email protected]>
Sat, 13 Jun 2015 04:59:25 +0000 (21:59 -0700)
Remove dead code from tcp_v6_connect()

Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv6/tcp_ipv6.c

index 45a7176ed460681558808439f20e1622423f4c32..6748c4277affad71cd721e3a985af10c31c047ad 100644 (file)
@@ -120,7 +120,6 @@ static int tcp_v6_connect(struct sock *sk, struct sockaddr *uaddr,
        struct ipv6_pinfo *np = inet6_sk(sk);
        struct tcp_sock *tp = tcp_sk(sk);
        struct in6_addr *saddr = NULL, *final_p, final;
-       struct rt6_info *rt;
        struct flowi6 fl6;
        struct dst_entry *dst;
        int addr_type;
@@ -258,7 +257,6 @@ static int tcp_v6_connect(struct sock *sk, struct sockaddr *uaddr,
        sk->sk_gso_type = SKB_GSO_TCPV6;
        __ip6_dst_store(sk, dst, NULL, NULL);
 
-       rt = (struct rt6_info *) dst;
        if (tcp_death_row.sysctl_tw_recycle &&
            !tp->rx_opt.ts_recent_stamp &&
            ipv6_addr_equal(&fl6.daddr, &sk->sk_v6_daddr))
This page took 0.059269 seconds and 4 git commands to generate.