[DECNET] ROUTE: remove unecessary alignment
authorEric Dumazet <dada1@cosmosbay.com>
Fri, 8 Feb 2008 07:29:57 +0000 (23:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Feb 2008 07:29:57 +0000 (23:29 -0800)
commitfca09fb732b2cc310110b2fcbf3449df043a96d0
tree2e2dbac9fdd92b423a00b6cb587b37a200867a90
parent405137d16fbe4c80b9e06e61af05856027745d23
[DECNET] ROUTE: remove unecessary alignment

Same alignment requirement was removed on IP route cache in the past.

This alignment actually has bad effect on 32 bit arches, uniprocessor,
since sizeof(dn_rt_hash_bucket) is forced to 8 bytes instead of 4.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/decnet/dn_route.c