commit | 38a424e4657462fe9f8b76f01a0e879abde99ab4 | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Sun Jul 01 02:02:53 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 20 13:30:59 2012 -0700 |
tree | 3e5df29e768eb1fff1f9ebbc5cf7538d798a5535 | |
parent | 89aef8921bfbac22f00e04f8450f6e447db13e42 [diff] |
ipv4: Kill ip_route_input_noref(). 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>