From: David S. Miller Date: Thu, 24 Feb 2011 21:38:12 +0000 (-0800) Subject: ipv4: Rearrange how ip_route_newports() gets port keys. X-Git-Tag: v2.6.39-rc1~468^2~247 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dca8b089c95d94afa1d715df257de0286350e99d;p=pandora-kernel.git ipv4: Rearrange how ip_route_newports() gets port keys. ip_route_newports() is the only place in the entire kernel that cares about the port members in the routing cache entry's lookup flow key. Therefore the only reason we store an entire flow inside of the struct rtentry is for this one special case. Rewrite ip_route_newports() such that: 1) The caller passes in the original port values, so we don't need to use the rth->fl.fl_ip_{s,d}port values to remember them. 2) The lookup flow is constructed by hand instead of being copied from the routing cache entry's flow. Signed-off-by: David S. Miller --- Reading git-diff-tree failed