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:
9eb43e7
)
net: avoid reloads in SNMP_UPD_PO_STATS
author
Eric Dumazet
<edumazet@google.com>
Sat, 4 Aug 2012 20:26:13 +0000
(20:26 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 6 Aug 2012 20:40:47 +0000
(13:40 -0700)
Avoid two instructions to reload dev->nd_net->mib.ip_statistics pointer,
unsing a temp variable, in ip_rcv(), ip_output() paths for example.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found