commit | b4ba26119b06052888696491f614201817491a0d | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Tue Jul 07 20:54:30 2009 +0200 |
committer | Jan Engelhardt <jengelh@medozas.de> | Tue May 11 18:35:27 2010 +0200 |
tree | d6dc2a4e0f78641b5b64a1728322c81cbad09974 | |
parent | 62fc8051083a334578c3f4b3488808f210b4565f [diff] |
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 <jengelh@medozas.de>