From: Jan Engelhardt Date: Tue, 7 Jul 2009 18:54:30 +0000 (+0200) Subject: netfilter: xtables: change hotdrop pointer to direct modification X-Git-Tag: v2.6.35-rc1~473^2~127^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ba26119b06052888696491f614201817491a0d;p=pandora-kernel.git netfilter: xtables: change hotdrop pointer to direct modification Since xt_action_param is writable, let's use it. The pointer to 'bool hotdrop' always worried (8 bytes (64-bit) to write 1 byte!). Surprisingly results in a reduction in size: text data bss filename 5457066 692730 357892 vmlinux.o-prev 5456554 692730 357892 vmlinux.o Signed-off-by: Jan Engelhardt --- Reading git-diff-tree failed