]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/dccp/dccp.h
inet: drop prev pointer handling in request sock
authorEric Dumazet <edumazet@google.com>
Fri, 20 Mar 2015 02:04:19 +0000 (19:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Mar 2015 16:40:25 +0000 (12:40 -0400)
commit52452c542559ac980b48dbf22a30ee7fa0af507c
treea212dbe95694ea11e86b9d9aca8a2eba0b06a2d1
parenta998f712f77ea4892d3fcf24e0a67603e63da128
inet: drop prev pointer handling in request sock

When request sock are put in ehash table, the whole notion
of having a previous request to update dl_next is pointless.

Also, following patch will get rid of big purge timer,
so we want to delete a request sock without holding listener lock.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
14 files changed:
include/net/inet6_connection_sock.h
include/net/inet_connection_sock.h
include/net/request_sock.h
include/net/tcp.h
net/dccp/dccp.h
net/dccp/ipv4.c
net/dccp/ipv6.c
net/dccp/minisocks.c
net/ipv4/inet_connection_sock.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_minisocks.c
net/ipv6/inet6_connection_sock.c
net/ipv6/tcp_ipv6.c