commit | daaf83d2b9277928739f3eb7ea64f49c1254fd62 | [log] [tgz] |
---|---|---|
author | Richard Kennedy <richard@rsk.demon.co.uk> | Mon Jan 12 00:06:11 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 12 21:18:37 2009 -0800 |
tree | 162e08a88b7d40a13c13d0617cb2b48f2bf11994 | |
parent | e6210f3be5b13b6cda9c8dad8926818a73c8e6ac [diff] |
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 <richard@rsk.demon.co.uk> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>