From 6aa6395ff320abe242e05766ae201f23e7978a94 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Wed, 11 Feb 2015 19:51:46 -0800 Subject: ipvlan: add a missing __percpu pcpu_stats Cosmetic patch to add __percpu qualifier to pcpu_stats Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller diff --git a/drivers/net/ipvlan/ipvlan.h b/drivers/net/ipvlan/ipvlan.h index 2729f64..924ea98 100644 --- a/drivers/net/ipvlan/ipvlan.h +++ b/drivers/net/ipvlan/ipvlan.h @@ -67,7 +67,7 @@ struct ipvl_dev { struct list_head addrs; int ipv4cnt; int ipv6cnt; - struct ipvl_pcpu_stats *pcpu_stats; + struct ipvl_pcpu_stats __percpu *pcpu_stats; DECLARE_BITMAP(mac_filters, IPVLAN_MAC_FILTER_SIZE); netdev_features_t sfeatures; u32 msg_enable; -- cgit v0.10.2