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:
219eb47
)
veth: fix 64bit stats on 32bit arches
author
Eric Dumazet
<eric.dumazet@gmail.com>
Mon, 20 Jun 2011 05:48:34 +0000
(22:48 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 20 Jun 2011 05:48:34 +0000
(22:48 -0700)
Using 64bit stats on 32bit arches must use a synchronization or readers
can get transient values.
Fixes bug introduced in commit
6311cc44a2
(veth: convert to 64 bit
statistics)
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found