diff options
Diffstat (limited to 'net/ipv6/ipv6_sockglue.c')
-rw-r--r-- | net/ipv6/ipv6_sockglue.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv6/ipv6_sockglue.c b/net/ipv6/ipv6_sockglue.c index 99624109c010..bf9695375219 100644 --- a/net/ipv6/ipv6_sockglue.c +++ b/net/ipv6/ipv6_sockglue.c | |||
@@ -159,8 +159,6 @@ static int do_ipv6_setsockopt(struct sock *sk, int level, int optname, | |||
159 | 159 | ||
160 | if (sk->sk_protocol == IPPROTO_TCP) { | 160 | if (sk->sk_protocol == IPPROTO_TCP) { |
161 | struct inet_connection_sock *icsk = inet_csk(sk); | 161 | struct inet_connection_sock *icsk = inet_csk(sk); |
162 | struct net *net = sock_net(sk); | ||
163 | |||
164 | local_bh_disable(); | 162 | local_bh_disable(); |
165 | sock_prot_inuse_add(net, sk->sk_prot, -1); | 163 | sock_prot_inuse_add(net, sk->sk_prot, -1); |
166 | sock_prot_inuse_add(net, &tcp_prot, 1); | 164 | sock_prot_inuse_add(net, &tcp_prot, 1); |
@@ -172,7 +170,6 @@ static int do_ipv6_setsockopt(struct sock *sk, int level, int optname, | |||
172 | tcp_sync_mss(sk, icsk->icsk_pmtu_cookie); | 170 | tcp_sync_mss(sk, icsk->icsk_pmtu_cookie); |
173 | } else { | 171 | } else { |
174 | struct proto *prot = &udp_prot; | 172 | struct proto *prot = &udp_prot; |
175 | struct net *net = sock_net(sk); | ||
176 | 173 | ||
177 | if (sk->sk_protocol == IPPROTO_UDPLITE) | 174 | if (sk->sk_protocol == IPPROTO_UDPLITE) |
178 | prot = &udplite_prot; | 175 | prot = &udplite_prot; |