netfilter: nf_conncount: Use KMEM_CACHE instead of kmem_cache_create()
authorKunwu Chan <chentao@kylinos.cn>
Tue, 23 Jan 2024 02:46:31 +0000 (10:46 +0800)
committerFlorian Westphal <fw@strlen.de>
Mon, 29 Jan 2024 14:43:20 +0000 (15:43 +0100)
commit2ae6e9a03dadee5b2749d391d2e6df3056c5b6dd
tree29d81a97551a2e535c3c1d787b938cee232360cf
parenta128885ace60ff3da326dab7208fd7a04ce0b138
netfilter: nf_conncount: Use KMEM_CACHE instead of kmem_cache_create()

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>
Signed-off-by: Florian Westphal <fw@strlen.de>
net/netfilter/nf_conncount.c