From: David S. Miller Date: Fri, 28 Jan 2011 22:07:16 +0000 (-0800) Subject: ipv4: If fib metrics are default, no need to grab ref to FIB info. X-Git-Tag: v2.6.39-rc1~468^2~444 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8dad61cc74b9ec71052e2a0e1c5119c65d166da;p=pandora-kernel.git ipv4: If fib metrics are default, no need to grab ref to FIB info. The fib metric memory in this case is static in the kernel image, so we don't need to reference count it since it's never going to go away on us. Signed-off-by: David S. Miller --- Reading git-diff-tree failed