summaryrefslogtreecommitdiff
path: root/net/dccp
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2022-10-20 01:35:59 +0300
committerDavid S. Miller <davem@davemloft.net>2022-10-24 11:40:38 +0300
commitb5fc29233d28be7a3322848ebe73ac327559cdb9 (patch)
treeb071a492acb533a56f36f116106af45340663ee9 /net/dccp
parent225480f040b68ae313dcc5e012cc2d34e5816c4d (diff)
downloadlinux-b5fc29233d28be7a3322848ebe73ac327559cdb9.tar.xz
inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().
After commit d38afeec26ed ("tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct()."), we call inet6_destroy_sock() in sk->sk_destruct() by setting inet6_sock_destruct() to it to make sure we do not leak inet6-specific resources. Now we can remove unnecessary inet6_destroy_sock() calls in sk->sk_prot->destroy(). DCCP and SCTP have their own sk->sk_destruct() function, so we change them separately in the following patches. Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp')
0 files changed, 0 insertions, 0 deletions