]> git.baikalelectronics.ru Git - kernel.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)
commitce2d9479bb7e9c78877e6bb0827557b7a02d29de
tree25805c8b55c8f18323ef85dcfc460a7016f6f76c
parentd3bd490dd9b210abf513d1228b8e20dcc5574d9e
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