From: sixiao@microsoft.com Date: Fri, 15 May 2015 09:33:03 +0000 (-0700) Subject: hv_netvsc: change member name of struct netvsc_stats X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~269 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b02b58b52fab385e120c4b4f0d90f5f3076352d;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed