From: Eric Dumazet Date: Sun, 22 Oct 2006 03:24:01 +0000 (-0700) Subject: [NET]: Reduce sizeof(struct flowi) by 20 bytes. X-Git-Tag: v2.6.19-rc3~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=185b1aa122f87052d9154bb74990bc785372a750;p=pandora-kernel.git [NET]: Reduce sizeof(struct flowi) by 20 bytes. As suggested by David, just kill off some unused fields in dnports to reduce sizef(struct flowi). If they come back, they should be moved to nl_u.dn_u in order not to enlarge again struct flowi [ Modified to really delete this stuff instead of using #if 0. -DaveM ] Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed