git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89aef89
)
ipv4: Kill ip_route_input_noref().
author
David Miller
<davem@davemloft.net>
Sun, 1 Jul 2012 02:02:53 +0000
(
02:02
+0000)
committer
David 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