From: Herbert Xu Date: Fri, 14 Dec 2007 19:25:26 +0000 (-0800) Subject: [UDP]: Move udp_stats_in6 into net/ipv4/udp.c X-Git-Tag: v2.6.25-rc1~1162^2~1082 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9055e051b8d4b266054fe511a65a9888d30fa64f;p=pandora-kernel.git [UDP]: Move udp_stats_in6 into net/ipv4/udp.c Now that external users may increment the counters directly, we need to ensure that udp_stats_in6 is always available. Otherwise we'd either have to requrie the external users to be built as modules or ipv6 to be built-in. This isn't too bad because udp_stats_in6 is just a pair of pointers plus an EXPORT, e.g., just 40 (16 + 24) bytes on x86-64. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed