diff options
author | Florian Westphal <fwestphal@astaro.com> | 2010-02-15 18:16:26 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-02-15 18:16:26 +0100 |
commit | fc0e3df4f00a5f62c2f2fce84bf496136b58c474 (patch) | |
tree | 125f13701139403481c985919ecdea8d04f45940 /MAINTAINERS | |
parent | 1756de262e41112a8a8927808eb2f03d21fd4786 (diff) | |
download | linux-stable-fc0e3df4f00a5f62c2f2fce84bf496136b58c474.tar.gz linux-stable-fc0e3df4f00a5f62c2f2fce84bf496136b58c474.tar.bz2 linux-stable-fc0e3df4f00a5f62c2f2fce84bf496136b58c474.zip |
netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets
This will cause trouble once CONFIG_COMPAT support is added to ebtables.
xt_compat_*_offset() calculate the kernel/userland structure size delta
using:
XT_ALIGN(size) - COMPAT_XT_ALIGN(size)
If the match/target sizes are aligned at registration time,
delta is always zero.
Should have zero effect for existing systems: xtables uses
XT_ALIGN() whenever it deals with match/target sizes.
Signed-off-by: Florian Westphal <fwestphal@astaro.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions