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:
8ceedea
)
snmp: fix SNMP_ADD_STATS()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 23 Jun 2010 00:32:03 +0000
(
00:32
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 23 Jun 2010 18:48:19 +0000
(11:48 -0700)
commit
aa2ea0586d9d
(tcp: fix outsegs stat for TSO segments) incorrectly
assumed SNMP_ADD_STATS() was used from BH context.
Fix this using mib[!in_softirq()] instead of mib[0]
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found