netfilter: ebt_limit: add CONFIG_COMPAT support
authorFlorian Westphal <fw@strlen.de>
Wed, 27 Jan 2010 13:38:32 +0000 (14:38 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 16 Feb 2010 16:27:20 +0000 (17:27 +0100)
commit314ddca3b172fdb9c23a25c545505dbde557602e
tree3b1d737beece06ff9191b9767ae05d603c963f2c
parent90b89af7e15143c8ea22f5c8818f5a2eec9e75c1
netfilter: ebt_limit: add CONFIG_COMPAT support

ebt_limit structure is larger on 64 bit systems due
to "long" type used in the (kernel-only) data section.

Setting .compatsize is enough in this case, these values
have no meaning in userspace.

Signed-off-by: Florian Westphal <fwestphal@astaro.com>
net/bridge/netfilter/ebt_limit.c