]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
inet: get rid of last __inet_hash_connect() argument
authorEric Dumazet <edumazet@google.com>
Wed, 18 Mar 2015 21:05:37 +0000 (14:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Mar 2015 02:00:35 +0000 (22:00 -0400)
commitb4d6444ea3b50bf368639432657bcf2b4e5e1062
tree25805c8b55c8f18323ef85dcfc460a7016f6f76c
parent77a6a471bc18763cb2e80a8cc92f4c04eae37d32
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>
include/net/inet_hashtables.h
net/ipv4/inet_hashtables.c
net/ipv6/inet6_hashtables.c