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:
0ec8866
)
ipv6: ndisc: Convert to dst_neigh_lookup()
author
David S. Miller
<davem@davemloft.net>
Fri, 27 Jan 2012 23:07:56 +0000
(15:07 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 28 Jan 2012 02:00:08 +0000
(21:00 -0500)
Now all code paths grab a local reference to the neigh, so if neigh
is not NULL we unconditionally release it at the end. The old logic
would only release if we didn't have a non-NULL 'rt'.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ndisc.c
patch
|
blob
|
history
diff --cc
net/ipv6/ndisc.c
Simple merge