From: David S. Miller Date: Sat, 5 Mar 2011 05:47:09 +0000 (-0800) Subject: ipv4: Remove flowi from struct rtable. X-Git-Tag: v2.6.39-rc1~468^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2b61f78411be25f0b84f97d5b5d312f184dfd1;p=pandora-kernel.git ipv4: Remove flowi from struct rtable. The only necessary parts are the src/dst addresses, the interface indexes, the TOS, and the mark. The rest is unnecessary bloat, which amounts to nearly 50 bytes on 64-bit. Signed-off-by: David S. Miller --- Reading git-diff-tree failed