From: stephen hemminger Date: Mon, 10 Mar 2014 16:41:46 +0000 (-0700) Subject: netdev: set __percpu attribute on netdev_alloc_pcpu_stats X-Git-Tag: v3.15-rc1~113^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=693350c2ffe42a21185070b1e8ab77959b45d61e;p=pandora-kernel.git netdev: set __percpu attribute on netdev_alloc_pcpu_stats This patch fixes sparse warnings in vlan driver. It propagates the sparse __percpu attribute from alloc_percpu into netdev_alloc_pcpu_stats. I expect it may trigger additional sparse warnings from other drivers that are missing the __percpu attribute. Signed-off-by: Stephen Hemminger Acked-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed