From: Eric Dumazet Date: Fri, 8 Feb 2008 07:29:57 +0000 (-0800) Subject: [DECNET] ROUTE: remove unecessary alignment X-Git-Tag: v2.6.25-rc1~45^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca09fb732b2cc310110b2fcbf3449df043a96d0;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed