]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 19 Apr 2022 09:04:06 +0000 (11:04 +0200)
commit04a76c59cc40245aa6483758140b5bc7eb2e2115
treedaa5ff498e9e1ba5ddc837ff25badc84373c127b
parent97f8b5d90495fa932c3f55a7e1d10d4eb8ccacf5
ipvs: correctly print the memory size of ip_vs_conn_tab

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

Fixes: 4b8afc6ca522 ("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>
net/netfilter/ipvs/ip_vs_conn.c