From: Pavel Emelyanov Date: Fri, 1 Feb 2008 02:42:26 +0000 (-0800) Subject: [NETFILTER]: Ipv6-related xt_hashlimit compilation fix. X-Git-Tag: v2.6.25-rc1~1089^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed5df445eddce6f37767df3ebe8b27b614c7d98;p=pandora-kernel.git [NETFILTER]: Ipv6-related xt_hashlimit compilation fix. The hashlimit_ipv6_mask() is called from under IP6_NF_IPTABLES config option, but is not under it by itself. gcc warns us about it :) : net/netfilter/xt_hashlimit.c:473: warning: "hashlimit_ipv6_mask" defined but not used Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed