From: Gao feng Date: Mon, 21 Jan 2013 22:10:33 +0000 (+0000) Subject: netfilter: nf_conntrack: refactor l3proto support for netns X-Git-Tag: v3.9-rc1~139^2~269^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6330750d566d764ce4916d8fe2bcdcad28fc7a42;p=pandora-kernel.git netfilter: nf_conntrack: refactor l3proto support for netns Move the code that register/unregister l3proto to the module_init/exit context. Given that we have to modify some interfaces to accomodate these changes, it is a good time to use shorter function names for this using the nf_ct_* prefix instead of nf_conntrack_*, that is: nf_ct_l3proto_register nf_ct_l3proto_pernet_register nf_ct_l3proto_unregister nf_ct_l3proto_pernet_unregister We same many line breaks with it. Signed-off-by: Gao feng Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed