From: Eric Dumazet Date: Sat, 10 Feb 2007 00:25:52 +0000 (-0800) Subject: [DECNET]: Convert decnet route to use the new dst_entry 'next' pointer X-Git-Tag: v2.6.21-rc1~274^2~233^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c195c3fc4e95a06b0c0017506f074c94af99c35;p=pandora-kernel.git [DECNET]: Convert decnet route to use the new dst_entry 'next' pointer This patch removes the next pointer from 'struct dn_route.u' union, and renames u.rt_next to u.dst.dn_next. It also moves 'struct flowi' right after 'struct dst_entry' to prepare speedup lookups. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed