Message ID | 20230808124159.19046-2-fw@strlen.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 29cfda963f899da403d6bc5a3abe19d2e0be0cf4 |
Headers | show |
Series | [next-next,1/5] netfilter: gre: Remove unused function declaration nf_ct_gre_keymap_flush() | expand |
Hello: This series was applied to netdev/net-next.git (main) by Florian Westphal <fw@strlen.de>: On Tue, 8 Aug 2023 14:41:44 +0200 you wrote: > From: Yue Haibing <yuehaibing@huawei.com> > > Commit a23f89a99906 ("netfilter: conntrack: nf_ct_gre_keymap_flush() removal") > leave this unused, remove it. > > Signed-off-by: Yue Haibing <yuehaibing@huawei.com> > Signed-off-by: Florian Westphal <fw@strlen.de> > > [...] Here is the summary with links: - [next-next,1/5] netfilter: gre: Remove unused function declaration nf_ct_gre_keymap_flush() https://git.kernel.org/netdev/net-next/c/29cfda963f89 - [next-next,2/5] netfilter: helper: Remove unused function declarations https://git.kernel.org/netdev/net-next/c/529f63fa11eb - [next-next,3/5] netfilter: conntrack: Remove unused function declarations https://git.kernel.org/netdev/net-next/c/172af3eab05f - [next-next,4/5] netfilter: h323: Remove unused function declarations https://git.kernel.org/netdev/net-next/c/61e9ab294b39 - [next-next,5/5] netfilter: nfnetlink_log: always add a timestamp https://git.kernel.org/netdev/net-next/c/1d85594fd3e7 You are awesome, thank you!
diff --git a/include/linux/netfilter/nf_conntrack_proto_gre.h b/include/linux/netfilter/nf_conntrack_proto_gre.h index f33aa6021364..34ce5d2f37a2 100644 --- a/include/linux/netfilter/nf_conntrack_proto_gre.h +++ b/include/linux/netfilter/nf_conntrack_proto_gre.h @@ -25,7 +25,6 @@ struct nf_ct_gre_keymap { int nf_ct_gre_keymap_add(struct nf_conn *ct, enum ip_conntrack_dir dir, struct nf_conntrack_tuple *t); -void nf_ct_gre_keymap_flush(struct net *net); /* delete keymap entries */ void nf_ct_gre_keymap_destroy(struct nf_conn *ct);