netfilter: xt_recent: save 8 bytes per htable
authorJan Engelhardt <jengelh@medozas.de>
Mon, 4 Jan 2010 15:26:03 +0000 (16:26 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 4 Jan 2010 15:26:03 +0000 (16:26 +0100)
commit89bc7a0f64de7bed2e0bc68a23d75699a610cd37
treeb9e83a7f79fd8876b31ee29b362f71a22e9411a7
parent71c3ebfdb27b50dcaef38b6f70da82b9142c5fb6
netfilter: xt_recent: save 8 bytes per htable

Moving rnd_inited into the hole after the uint8 lets go of the uint32
rnd_inited was using, plus the padding that would follow the int group.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/xt_hashlimit.c