commit | 1003201a73daed739747b9a6c2c39c57aad5878b | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Aug 18 00:42:48 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 19 00:44:02 2010 -0700 |
tree | 424bcc508c3f5fa6c15bb21e7c0a65e5a82eacb8 | |
parent | 79c5f51c639021f7472591239c3867cee4b9ec02 [diff] |
qlnic: fix a race in qlcnic_get_stats() Dont clear netdev->stats, it might give transient wrong values to concurrent stat readers. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>