netfilter: nft_ct: remove family from struct nft_ct
authorPatrick McHardy <kaber@trash.net>
Fri, 7 Mar 2014 18:08:32 +0000 (19:08 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 8 Mar 2014 11:35:19 +0000 (12:35 +0100)
commitd46f2cd2601d01d54fd556395483fb4032155c3b
tree84c49a7072591c5c71bd82b6ed981fb413ce4008
parentab9da5c19f359f9ac2635157d9cd45deec4ef63c
netfilter: nft_ct: remove family from struct nft_ct

Since we have the context available during destruction again, we can
remove the family from the private structure.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_ct.c