From: Gao feng Date: Thu, 21 Jun 2012 04:36:45 +0000 (+0000) Subject: netfilter: nf_ct_udplite: add udplite_kmemdup_sysctl_table function X-Git-Tag: v3.6-rc1~125^2~281^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b4c824fcd15b73931fdd945cc101b9d4791b17;p=pandora-kernel.git netfilter: nf_ct_udplite: add udplite_kmemdup_sysctl_table function This cleans up nf_conntrack_l4proto_udplite[4,6] and it prepares the moving of the sysctl code to nf_conntrack_proto_*_sysctl.c to reduce the ifdef pollution. And use nf_proto_net.users to identify if it's the first time we use the nf_proto_net, in that case, we initialize it. Signed-off-by: Gao feng Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed