From: Eric Dumazet Date: Tue, 24 Feb 2009 14:30:29 +0000 (+0100) Subject: netfilter: xt_hashlimit fix X-Git-Tag: v2.6.30-rc1~662^2~48^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28337ff5438a640afa713d874d076e3a8a9150da;p=pandora-kernel.git netfilter: xt_hashlimit fix Commit 784544739a25c30637397ace5489eeb6e15d7d49 (netfilter: iptables: lock free counters) broke xt_hashlimit netfilter module : This module was storing a pointer inside its xt_hashlimit_info, and this pointer is not relocated when we temporarly switch tables (iptables -L). This hack is not not needed at all (probably a leftover from ancient time), as each cpu should and can access to its own copy. Signed-off-by: Eric Dumazet Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed