projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec8292
)
ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbour
author
David S. Miller
<davem@davemloft.net>
Sat, 16 Jul 2011 21:30:47 +0000
(14:30 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 16 Jul 2011 21:30:47 +0000
(14:30 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c
patch
|
blob
|
history
diff --git
a/net/ipv6/ip6_output.c
b/net/ipv6/ip6_output.c
index f0f144cac0bdef4bcf581db89150b9a8fb0ccfae..36362e9513f012d1ca975823fdb5c19bcf927ed6 100644
(file)
--- a/
net/ipv6/ip6_output.c
+++ b/
net/ipv6/ip6_output.c
@@
-141,7
+141,7
@@
static int ip6_finish_output2(struct sk_buff *skb)
if (hh->hh_len)
return neigh_hh_output(hh, skb);
else
- return
dst->neighbour
->output(skb);
+ return
neigh
->output(skb);
}
IP6_INC_STATS_BH(dev_net(dst->dev),
ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES);