From: David S. Miller Date: Thu, 10 Mar 2011 04:57:50 +0000 (-0800) Subject: ipv4: Optimize flow initialization in fib_validate_source(). X-Git-Tag: v2.6.39-rc1~468^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc7e17ea0427a5df319e43606a3d6c53b13a6e9c;p=pandora-kernel.git ipv4: Optimize flow initialization in fib_validate_source(). Like in commit 44713b67db10c774f14280c129b0d5fd13c70cf2 ("ipv4: Optimize flow initialization in output route lookup." we can optimize the on-stack flow setup to only initialize the members which are actually used. Otherwise we bzero the entire structure, then initialize explicitly the first half of it. Signed-off-by: David S. Miller --- Reading git-diff-tree failed