]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: xtables: do without explicit XT_ALIGN
authorJan Engelhardt <jengelh@medozas.de>
Tue, 9 Mar 2010 22:27:24 +0000 (23:27 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 18 Mar 2010 13:20:06 +0000 (14:20 +0100)
commit7509f92f8696f0d79d4cce4846cd1cebc3a60758
tree2318dbfb05f02c258a05a8616a16cbfec10f65ab
parent91131d054180a7d77b2cf9df5f5c57b17f126dce
netfilter: xtables: do without explicit XT_ALIGN

XT_ALIGN is already applied on matchsize/targetsize in x_tables.c,
so it is not strictly needed in the extensions.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
net/netfilter/xt_CT.c
net/netfilter/xt_LED.c