ipv6: tcp: get rid of tcp_v6_clear_sk()
authorEric Dumazet <edumazet@google.com>
Tue, 23 Aug 2016 18:39:28 +0000 (11:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2016 06:25:29 +0000 (23:25 -0700)
commit391bb6be6578829540bc466fc85da44a68148b84
treecf9fc107054048a5d19a4f137af56dcd2244d095
parent4cac8204661a6d1a842e47911933f1e90b392c84
ipv6: tcp: get rid of tcp_v6_clear_sk()

Now RCU lookups of IPv6 TCP sockets no longer dereference pinet6,
we do not need tcp_v6_clear_sk() anymore.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/tcp_ipv6.c