ipv4: If fib metrics are default, no need to grab ref to FIB info.
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Jan 2011 22:07:16 +0000 (14:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Jan 2011 22:07:16 +0000 (14:07 -0800)
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 <davem@davemloft.net>

No differences found