net: inet: Remove count from inet_listen_hashbucket
[ Upstream commit
8ea1eebb49a2dfee1dce621a638cc1626e542392 ]
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>
Stable-dep-of:
871019b22d1b ("net: set SOCK_RCU_FREE before inserting socket into hashtable")
Signed-off-by: Sasha Levin <sashal@kernel.org>