From: Gao feng Date: Thu, 21 Jun 2012 04:36:44 +0000 (+0000) Subject: netfilter: nf_ct_udp: merge udpv[4,6]_net_init into udp_net_init X-Git-Tag: v3.6-rc1~125^2~281^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dee7364e0e522f9cd90187c28dbb64889a17e191;p=pandora-kernel.git netfilter: nf_ct_udp: merge udpv[4,6]_net_init into udp_net_init Merge udpv4_net_init and udpv6_net_init into udp_net_init to remove redundant code now that we have the u_int16_t proto parameter. 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