summaryrefslogtreecommitdiffstats
path: root/net/ipv6/inet6_hashtables.c
diff options
context:
space:
mode:
authorEric Dumazet2015-03-18 22:05:37 +0100
committerDavid S. Miller2015-03-19 03:00:35 +0100
commitb4d6444ea3b50bf368639432657bcf2b4e5e1062 (patch)
tree25805c8b55c8f18323ef85dcfc460a7016f6f76c /net/ipv6/inet6_hashtables.c
parentipv6: get rid of __inet6_hash() (diff)
downloadkernel-qcow2-linux-b4d6444ea3b50bf368639432657bcf2b4e5e1062.tar.gz
kernel-qcow2-linux-b4d6444ea3b50bf368639432657bcf2b4e5e1062.tar.xz
kernel-qcow2-linux-b4d6444ea3b50bf368639432657bcf2b4e5e1062.zip
inet: get rid of last __inet_hash_connect() argument
We now always call __inet_hash_nolisten(), no need to pass it as an argument. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/inet6_hashtables.c')
-rw-r--r--net/ipv6/inet6_hashtables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/inet6_hashtables.c b/net/ipv6/inet6_hashtables.c
index b86b429f5f81..033f17816ef4 100644
--- a/net/ipv6/inet6_hashtables.c
+++ b/net/ipv6/inet6_hashtables.c
@@ -270,6 +270,6 @@ int inet6_hash_connect(struct inet_timewait_death_row *death_row,
struct sock *sk)
{
return __inet_hash_connect(death_row, sk, inet6_sk_port_offset(sk),
- __inet6_check_established, __inet_hash_nolisten);
+ __inet6_check_established);
}
EXPORT_SYMBOL_GPL(inet6_hash_connect);