]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: get rid of possible_net_t from set and basechain
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 8 Jul 2016 12:41:49 +0000 (14:41 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 11 Jul 2016 10:16:04 +0000 (12:16 +0200)
commitffebc60ec6bb009252772ffe55d9761bbafc2957
tree80fff458230062a4ac2ff8159386627e0c30b6db
parentc40811b393f199ba4420f7efee4472530b2e2e1f
netfilter: nf_tables: get rid of possible_net_t from set and basechain

We can pass the netns pointer as parameter to the functions that need to
gain access to it. From basechains, I didn't find any client for this
field anymore so let's remove this too.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c
net/netfilter/nft_hash.c
net/netfilter/nft_lookup.c
net/netfilter/nft_rbtree.c