From: Florian Westphal Date: Thu, 23 Jul 2015 14:21:30 +0000 (+0200) Subject: netfilter: bridge: reduce nf_bridge_info to 32 bytes again X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~228^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b1e5e4cac72efa6b739b47e41f53e4520b4194;p=pandora-kernel.git netfilter: bridge: reduce nf_bridge_info to 32 bytes again We can use union for most of the temporary cruft (original ipv4/ipv6 address, source mac, physoutdev) since they're used during different stages of br netfilter traversal. Also get rid of the last two ->mask users. Shrinks struct from 48 to 32 on 64bit arch. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed