]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: xt_hashlimit: remove unneeded struct member
authorJan Engelhardt <jengelh@computergmbh.de>
Wed, 20 Feb 2008 01:19:44 +0000 (17:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Feb 2008 01:19:44 +0000 (17:19 -0800)
commit5645474b442f541a3679c3edc57f1c0aadfb707d
treeb14eb64e39855157975b0b2169861fd42fba4b40
parentfe3c0368e0ca095d795776e2ea6b75ad3973dd0a
[NETFILTER]: xt_hashlimit: remove unneeded struct member

By allocating ->hinfo, we already have the needed indirection to cope
with the per-cpu xtables struct match_entry.

[Patrick: do this now before the revision 1 struct is used by userspace]

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/xt_hashlimit.h
net/netfilter/xt_hashlimit.c