net: inet: Remove count from inet_listen_hashbucket
authorMartin KaFai Lau <kafai@fb.com>
Thu, 12 May 2022 00:05:52 +0000 (17:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 May 2022 23:52:17 +0000 (16:52 -0700)
commit8ea1eebb49a2dfee1dce621a638cc1626e542392
tree77a165fe50faa87bcd6a241212618557ae3b2c46
parent0c1822d9072538cf8e10dc0ab08842700e717d8e
net: inet: Remove count from inet_listen_hashbucket

After commit 0ee58dad5b06 ("net: tcp6: prefer listeners bound to an address")
and commit d9fbc7f6431f ("net: tcp: prefer listeners bound to an address"),
the count is no longer used.  This patch removes it.

Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/inet_hashtables.h
net/ipv4/inet_hashtables.c