ipvs: avoid kfree_rcu without 2nd arg
authorJulian Anastasov <ja@ssi.bg>
Wed, 1 Feb 2023 17:56:53 +0000 (19:56 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 2 Feb 2023 13:02:01 +0000 (14:02 +0100)
commite4d0fe71f59dc5137a2793ff7560730d80d1e1f4
treef17fde9071753f792728421fcdc7e74215e7bd67
parentf6477ec62fda59561826b29339a04097bfb46a80
ipvs: avoid kfree_rcu without 2nd arg

Avoid possible synchronize_rcu() as part from the
kfree_rcu() call when 2nd arg is not provided.

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/ip_vs.h
net/netfilter/ipvs/ip_vs_est.c