ipvs: Simplify the allocation of ip_vs_conn slab caches
authorKunwu Chan <chentao@kylinos.cn>
Wed, 17 Jan 2024 07:20:45 +0000 (15:20 +0800)
committerFlorian Westphal <fw@strlen.de>
Mon, 29 Jan 2024 14:43:20 +0000 (15:43 +0100)
commitd5f9142fb96d4386ff4d06745bbd8f8c73b3791b
tree3326129b494143d24177ffacd5d7c00d21b85ebc
parent2ae6e9a03dadee5b2749d391d2e6df3056c5b6dd
ipvs: Simplify the allocation of ip_vs_conn slab caches

Use the new KMEM_CACHE() macro instead of direct kmem_cache_create
to simplify the creation of SLAB caches.

Signed-off-by: Kunwu Chan <chentao@kylinos.cn>
Acked-by: Simon Horman <horms@kernel.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
net/netfilter/ipvs/ip_vs_conn.c