diff options
| author | sixiao@microsoft.com <sixiao@microsoft.com> | 2015-05-15 12:33:03 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-05-18 06:37:38 +0300 |
| commit | 4b02b58b52fab385e120c4b4f0d90f5f3076352d (patch) | |
| tree | 668b56e1b295ef19ab0d1b5419cbec25b79f244a /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | 45d4122ca7cdb3a4b91f392605cd22cfa75f1d99 (diff) | |
| download | linux-4b02b58b52fab385e120c4b4f0d90f5f3076352d.tar.xz | |
hv_netvsc: change member name of struct netvsc_stats
Currently the struct netvsc_stats has a member s_sync
of type u64_stats_sync.
This definition will break kernel build as the macro
netdev_alloc_pcpu_stats requires this member name to be syncp.
(see netdev_alloc_pcpu_stats definition in ./include/linux/netdevice.h)
This patch changes netvsc_stats's member name from s_sync to syncp to fix
the build break.
Signed-off-by: Simon Xiao <sixiao@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions
