From: David S. Miller Date: Fri, 13 Jul 2012 15:21:29 +0000 (-0700) Subject: ipv4: Don't store a rule pointer in fib_result. X-Git-Tag: v3.6-rc1~125^2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85b91b0339e764f7e56ff5968fa10d85451378b4;p=pandora-kernel.git ipv4: Don't store a rule pointer in fib_result. We only use it to fetch the rule's tclassid, so just store the tclassid there instead. This also decreases the size of fib_result by a full 8 bytes on 64-bit. On 32-bits it's a wash. Signed-off-by: David S. Miller --- Reading git-diff-tree failed