commit | cf05c700cf6dd6f28bd95586d3040f809fd365f5 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Sun Jun 19 22:48:34 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 19 22:48:34 2011 -0700 |
tree | b21533b22f730e7aac74d5d2eb67d41b41482932 | |
parent | 219eb47e6f356b138ea2fe1a32ba5a1b6b9093c0 [diff] |
veth: fix 64bit stats on 32bit arches 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>