projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faa2831
)
ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbour
author
David S. Miller
<davem@davemloft.net>
Sat, 16 Jul 2011 21:25:54 +0000
(14:25 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 16 Jul 2011 21:25:54 +0000
(14:25 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/ip_output.c
b/net/ipv4/ip_output.c
index a621b96aed157c57dc92112f849b1ed910c837f9..1ac674a68c770166ddf21b19a09b73582ae317b9 100644
(file)
--- a/
net/ipv4/ip_output.c
+++ b/
net/ipv4/ip_output.c
@@
-210,7
+210,7
@@
static inline int ip_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);
}
if (net_ratelimit())
printk(KERN_DEBUG "ip_finish_output2: No header cache and no neighbour!\n");