git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90b89af
)
netfilter: ebt_limit: add CONFIG_COMPAT support
author
Florian Westphal
<fw@strlen.de>
Wed, 27 Jan 2010 13:38:32 +0000
(14:38 +0100)
committer
Florian Westphal
<fw@strlen.de>
Tue, 16 Feb 2010 16:27:20 +0000
(17:27 +0100)
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>
No differences found