ipv4: Kill ip_route_input_noref().
authorDavid Miller <davem@davemloft.net>
Sun, 1 Jul 2012 02:02:53 +0000 (02:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Jul 2012 20:30:59 +0000 (13:30 -0700)
The "noref" argument to ip_route_input_common() is now always ignored
because we do not cache routes, and in that case we must always grab
a reference to the resulting 'dst'.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found