diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-08-01 22:11:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-02 06:06:07 +0300 |
commit | 4a0dee1ffe0e8f4101e704a325e97f8997b0abcc (patch) | |
tree | 6b3313340f537e06bb2ec847c2596ce4a6db57ec /drivers/net/ipvlan | |
parent | 790cb2ebb3f9c5d26a320117d5d13cafe479484d (diff) | |
download | linux-4a0dee1ffe0e8f4101e704a325e97f8997b0abcc.tar.xz |
netvsc: Initialize 64-bit stats seqcount
On 32-bit hosts and with CONFIG_DEBUG_LOCK_ALLOC we should be seeing a
lockdep splat indicating this seqcount is not correctly initialized, fix
that. In commit 6c80f3fc2398 ("netvsc: report per-channel stats in
ethtool statistics") netdev_alloc_pcpu_stats() was removed in favor of
open-coding the 64-bits statistics, except that u64_stats_init() was
missed.
Fixes: 6c80f3fc2398 ("netvsc: report per-channel stats in ethtool statistics")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ipvlan')
0 files changed, 0 insertions, 0 deletions