ipvs: correctly print the memory size of ip_vs_conn_tab
authorPengcheng Yang <yangpc@wangsu.com>
Tue, 12 Apr 2022 11:05:45 +0000 (19:05 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 May 2022 07:14:34 +0000 (09:14 +0200)
commitb347b850a49f48e26f2cbc4aaac27d009b66a436
treef96026ff3b6a382887812fc6f2d0cd9073ce77f5
parent12d3fd4d8c49bc68ae3f2a450ec59a22e895325f
ipvs: correctly print the memory size of ip_vs_conn_tab

[ Upstream commit eba1a872cb73314280d5448d934935b23e30b7ca ]

The memory size of ip_vs_conn_tab changed after we use hlist
instead of list.

Fixes: 731109e78415 ("ipvs: use hlist instead of list")
Signed-off-by: Pengcheng Yang <yangpc@wangsu.com>
Acked-by: Julian Anastasov <ja@ssi.bg>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/netfilter/ipvs/ip_vs_conn.c