From: Gao feng Date: Mon, 21 Jan 2013 22:10:24 +0000 (+0000) Subject: netfilter: nf_conntrack: move initialization out of pernet operations X-Git-Tag: v3.9-rc1~139^2~269^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f94161c1bbdf7af11729cf106b4452f2432448e0;p=pandora-kernel.git netfilter: nf_conntrack: move initialization out of pernet operations nf_conntrack initialization and cleanup codes happens in pernet operations function. This task should be done in module_init/exit. We can't use init_net to identify if it's the right time to initialize or cleanup since we cannot make assumption on the order netns are created/destroyed. Signed-off-by: Gao feng Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed