[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1471977569-27190-1-git-send-email-edumazet@google.com>
Date: Tue, 23 Aug 2016 11:39:25 -0700
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>
Cc: netdev <netdev@...r.kernel.org>,
Eric Dumazet <edumazet@...gle.com>,
Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH net-next 0/4] net: remove clear_sk() method
Since IPv6 socket lookups no longer dereference pinet6 pointer
and UDP lost SLAB_DESTROY_BY_RCU special rules, we no longer
need special clear_sk() methods.
Eric Dumazet (4):
ipv6: udp: remove udp_v6_clear_sk()
udp: get rid of sk_prot_clear_portaddr_nulls()
ipv6: tcp: get rid of tcp_v6_clear_sk()
net: remove clear_sk() method
include/net/sock.h | 3 ---
net/core/sock.c | 26 ++------------------------
net/ipv4/udp.c | 1 -
net/ipv4/udplite.c | 1 -
net/ipv6/tcp_ipv6.c | 12 ------------
net/ipv6/udp.c | 12 ------------
net/ipv6/udp_impl.h | 2 --
net/ipv6/udplite.c | 1 -
8 files changed, 2 insertions(+), 56 deletions(-)
--
2.8.0.rc3.226.g39d4020
Powered by blists - more mailing lists