commit | 7c3a4626eb65e78ebe208f48ffa21a5002f7f38e | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Aug 01 12:11:08 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 01 20:06:07 2017 -0700 |
tree | 18f75c0b1b213d4d9293dea4c9bf563273a56f5f | |
parent | 7d6d067790289e4f61f59fa60550ca5918aa25bd [diff] |
ixgbe: Initialize 64-bit stats seqcounts 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. Fixes: 4197aa7bb818 ("ixgbevf: provide 64 bit statistics") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>