diff mbox series

[nf,2/5] netfilter: nf_tables: remove nft_af_info.

Message ID 20180515122331.29310-1-ap420073@gmail.com
State Accepted
Delegated to: Pablo Neira
Headers show
Series netfilter: nf_tables: add validate non-basechain ruleset routine | expand

Commit Message

Taehee Yoo May 15, 2018, 12:23 p.m. UTC
The struct nft_af_info was removed.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
---
 include/net/netns/nftables.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Pablo Neira Ayuso May 23, 2018, 10:15 a.m. UTC | #1
On Tue, May 15, 2018 at 09:23:31PM +0900, Taehee Yoo wrote:
> The struct nft_af_info was removed.

This one applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/include/net/netns/nftables.h b/include/net/netns/nftables.h
index 4813435..29c3851 100644
--- a/include/net/netns/nftables.h
+++ b/include/net/netns/nftables.h
@@ -4,8 +4,6 @@ 
 
 #include <linux/list.h>
 
-struct nft_af_info;
-
 struct netns_nftables {
 	struct list_head	tables;
 	struct list_head	commit_list;