From: Richard Kennedy Date: Mon, 12 Jan 2009 00:06:11 +0000 (+0000) Subject: netfilter 09/09: remove padding from struct xt_match on 64bit builds X-Git-Tag: v2.6.29-rc2~11^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daaf83d2b9277928739f3eb7ea64f49c1254fd62;p=pandora-kernel.git netfilter 09/09: remove padding from struct xt_match on 64bit builds reorder struct xt_match to remove 8 bytes of padding and make its size 128 bytes. This saves a small amount of data space in each of the xt netfilter modules and fits xt_match in one 128 byte cache line. Signed-off-by: Richard Kennedy Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed