diff options
author | Eric Dumazet <edumazet@google.com> | 2016-08-23 21:39:27 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-24 09:25:29 +0300 |
commit | 4cac8204661a6d1a842e47911933f1e90b392c84 (patch) | |
tree | 5f74a9110f1af36e2897fc09236acb8c8a1225ce /net/ipv6/udplite.c | |
parent | 6a6ad2a4e57bc907a6977eef6cad49348ad2744b (diff) | |
download | linux-4cac8204661a6d1a842e47911933f1e90b392c84.tar.xz |
udp: get rid of sk_prot_clear_portaddr_nulls()
Since we no longer use SLAB_DESTROY_BY_RCU for UDP,
we do not need sk_prot_clear_portaddr_nulls() helper.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/udplite.c')
-rw-r--r-- | net/ipv6/udplite.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/udplite.c b/net/ipv6/udplite.c index 118057a5b759..5cf0099b86f7 100644 --- a/net/ipv6/udplite.c +++ b/net/ipv6/udplite.c @@ -56,7 +56,6 @@ struct proto udplitev6_prot = { .compat_setsockopt = compat_udpv6_setsockopt, .compat_getsockopt = compat_udpv6_getsockopt, #endif - .clear_sk = sk_prot_clear_portaddr_nulls, }; static struct inet_protosw udplite6_protosw = { |