commit | acc738fec03bdaa5b77340c32a82fbfedaaabef0 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Mon Mar 16 15:35:29 2009 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Mon Mar 16 15:35:29 2009 +0100 |
tree | 646495518d8e4946862ab9d361eb2248d4212be5 | |
parent | 95ba434f898c3cb5c7457dce265bf0ab72ba8ce9 [diff] |
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 <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>