From: Sergey Vlasov Date: Fri, 27 Apr 2007 09:17:19 +0000 (-0700) Subject: [IPV4] nl_fib_lookup: Initialise res.r before fib_res_put(&res) X-Git-Tag: v2.6.22-rc1~1128^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=912a41a4ab935ce8c4308428ec13fc7f8b1f18f4;p=pandora-kernel.git [IPV4] nl_fib_lookup: Initialise res.r before fib_res_put(&res) When CONFIG_IP_MULTIPLE_TABLES is enabled, the code in nl_fib_lookup() needs to initialize the res.r field before fib_res_put(&res) - unlike fib_lookup(), a direct call to ->tb_lookup does not set this field. Signed-off-by: Sergey Vlasov Signed-off-by: David S. Miller --- Reading git-diff-tree failed