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