diff options
author | Eric Dumazet <edumazet@google.com> | 2015-10-02 21:43:31 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-03 14:32:40 +0300 |
commit | 2feda34192a379f8b35a7c6c5826b2f23e884f32 (patch) | |
tree | e0bf027b018cd71c6da2e5e08b120ce0dca1891e /net/ipv6/inet6_connection_sock.c | |
parent | aa3a0c8ce651b5e16124866b0a10d1b90b9ef022 (diff) | |
download | linux-2feda34192a379f8b35a7c6c5826b2f23e884f32.tar.xz |
tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument
This is no longer used.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/inet6_connection_sock.c')
-rw-r--r-- | net/ipv6/inet6_connection_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/inet6_connection_sock.c b/net/ipv6/inet6_connection_sock.c index 163bfef3e5db..ea915aa5e4e2 100644 --- a/net/ipv6/inet6_connection_sock.c +++ b/net/ipv6/inet6_connection_sock.c @@ -157,7 +157,7 @@ void inet6_csk_reqsk_queue_hash_add(struct sock *sk, lopt->hash_rnd, lopt->nr_table_entries); reqsk_queue_hash_req(&icsk->icsk_accept_queue, h, req, timeout); - inet_csk_reqsk_queue_added(sk, timeout); + inet_csk_reqsk_queue_added(sk); } EXPORT_SYMBOL_GPL(inet6_csk_reqsk_queue_hash_add); |