From: Jan Engelhardt Date: Mon, 16 Mar 2009 14:35:29 +0000 (+0100) Subject: netfilter: xtables: avoid pointer to self X-Git-Tag: v2.6.30-rc1~662^2~48^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acc738fec03bdaa5b77340c32a82fbfedaaabef0;p=pandora-kernel.git netfilter: xtables: avoid pointer to self Commit 784544739a25c30637397ace5489eeb6e15d7d49 (netfilter: iptables: lock free counters) broke a number of modules whose rule data referenced itself. A reallocation would not reestablish the correct references, so it is best to use a separate struct that does not fall under RCU. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed