From: Jan Engelhardt Date: Tue, 7 Jul 2009 18:42:08 +0000 (+0200) Subject: netfilter: xtables: deconstify struct xt_action_param for matches X-Git-Tag: v2.6.35-rc1~473^2~127^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62fc8051083a334578c3f4b3488808f210b4565f;p=pandora-kernel.git netfilter: xtables: deconstify struct xt_action_param for matches In future, layer-3 matches will be an xt module of their own, and need to set the fragoff and thoff fields. Adding more pointers would needlessy increase memory requirements (esp. so for 64-bit, where pointers are wider). Signed-off-by: Jan Engelhardt --- Reading git-diff-tree failed