diff options
author | Eric Dumazet <edumazet@google.com> | 2015-03-20 03:04:19 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-20 17:40:25 +0100 |
commit | 52452c542559ac980b48dbf22a30ee7fa0af507c (patch) | |
tree | a212dbe95694ea11e86b9d9aca8a2eba0b06a2d1 /include/net/inet6_connection_sock.h | |
parent | rhashtable: Round up/down min/max_size to ensure we respect limit (diff) | |
download | linux-52452c542559ac980b48dbf22a30ee7fa0af507c.tar.xz linux-52452c542559ac980b48dbf22a30ee7fa0af507c.zip |
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>
Diffstat (limited to 'include/net/inet6_connection_sock.h')
-rw-r--r-- | include/net/inet6_connection_sock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/inet6_connection_sock.h b/include/net/inet6_connection_sock.h index 74af137304be..15bd40878d2a 100644 --- a/include/net/inet6_connection_sock.h +++ b/include/net/inet6_connection_sock.h @@ -29,7 +29,6 @@ struct dst_entry *inet6_csk_route_req(struct sock *sk, struct flowi6 *fl6, const struct request_sock *req); struct request_sock *inet6_csk_search_req(const struct sock *sk, - struct request_sock ***prevp, const __be16 rport, const struct in6_addr *raddr, const struct in6_addr *laddr, |