* [RFC PATCH nf-next] netfilter: nf_tables: nft_flow_offload_type can be static
[not found] <201801090023.pU1gl3W0%fengguang.wu@intel.com>
@ 2018-01-08 16:33 ` kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2018-01-08 16:33 UTC (permalink / raw)
To: Pablo Neira Ayuso; +Cc: kbuild-all, netfilter-devel, coreteam
Fixes: db2ff0f2f440 ("netfilter: nf_tables: flow offload expression")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
nft_flow_offload.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/netfilter/nft_flow_offload.c b/net/netfilter/nft_flow_offload.c
index b7c7082..e7f16fe 100644
--- a/net/netfilter/nft_flow_offload.c
+++ b/net/netfilter/nft_flow_offload.c
@@ -176,7 +176,7 @@ static int nft_flow_offload_dump(struct sk_buff *skb, const struct nft_expr *exp
return -1;
}
-struct nft_expr_type nft_flow_offload_type;
+static struct nft_expr_type nft_flow_offload_type;
static const struct nft_expr_ops nft_flow_offload_ops = {
.type = &nft_flow_offload_type,
.size = NFT_EXPR_SIZE(sizeof(struct nft_flow_offload)),
^ permalink raw reply related [flat|nested] only message in thread