]> git.itanic.dy.fi Git - linux-stable/commit
netfilter: nf_tables: de-constify set commit ops function argument
authorFlorian Westphal <fw@strlen.de>
Fri, 13 Oct 2023 12:18:14 +0000 (14:18 +0200)
committerFlorian Westphal <fw@strlen.de>
Wed, 18 Oct 2023 08:26:43 +0000 (10:26 +0200)
commit256001672153af5786c6ca148114693d7d76d836
tree98f8cb4d757a6d8ba78b9d49c3d11347e0b56c35
parentcf8b7c1a5be7ef2850c46a17fea5f867f71922ff
netfilter: nf_tables: de-constify set commit ops function argument

The set backend using this already has to work around this via ugly
cast, don't spread this pattern.

Signed-off-by: Florian Westphal <fw@strlen.de>
include/net/netfilter/nf_tables.h
net/netfilter/nft_set_pipapo.c