aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_rt.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2024-08-28 11:34:02 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2024-09-03 10:47:17 +0200
commiteaf9b2c875ece22768b78aa38da8b232e5de021b (patch)
treee7d6be3318a77b3eba55b0a6448b2a780c4c01fb /net/netfilter/nft_rt.c
parentnetfilter: conntrack: Convert to use ERR_CAST() (diff)
downloadlinux-eaf9b2c875ece22768b78aa38da8b232e5de021b.tar.gz
linux-eaf9b2c875ece22768b78aa38da8b232e5de021b.zip
netfilter: nf_tables: drop unused 3rd argument from validate callback ops
Since commit a654de8fdc18 ("netfilter: nf_tables: fix chain dependency validation") the validate() callback no longer needs the return pointer argument. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nft_rt.c')
-rw-r--r--net/netfilter/nft_rt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/netfilter/nft_rt.c b/net/netfilter/nft_rt.c
index 14d88394bcb7..dc50b9a5bd68 100644
--- a/net/netfilter/nft_rt.c
+++ b/net/netfilter/nft_rt.c
@@ -160,8 +160,7 @@ nla_put_failure:
return -1;
}
-static int nft_rt_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,
- const struct nft_data **data)
+static int nft_rt_validate(const struct nft_ctx *ctx, const struct nft_expr *expr)
{
const struct nft_rt *priv = nft_expr_priv(expr);
unsigned int hooks;