diff options
author | Eric Dumazet <edumazet@google.com> | 2015-02-11 22:51:46 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-11 23:03:23 -0500 |
commit | 6aa6395ff320abe242e05766ae201f23e7978a94 (patch) | |
tree | b18cbe4efdf51e5f77e9119af9085fa3680a7457 | |
parent | d0af71a3573f1217b140c60b66f1a9b335fb058b (diff) |
ipvlan: add a missing __percpu pcpu_stats
Cosmetic patch to add __percpu qualifier to pcpu_stats
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ipvlan/ipvlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ipvlan/ipvlan.h b/drivers/net/ipvlan/ipvlan.h index 2729f64b3e7e..924ea98bd531 100644 --- a/drivers/net/ipvlan/ipvlan.h +++ b/drivers/net/ipvlan/ipvlan.h | |||
@@ -67,7 +67,7 @@ struct ipvl_dev { | |||
67 | struct list_head addrs; | 67 | struct list_head addrs; |
68 | int ipv4cnt; | 68 | int ipv4cnt; |
69 | int ipv6cnt; | 69 | int ipv6cnt; |
70 | struct ipvl_pcpu_stats *pcpu_stats; | 70 | struct ipvl_pcpu_stats __percpu *pcpu_stats; |
71 | DECLARE_BITMAP(mac_filters, IPVLAN_MAC_FILTER_SIZE); | 71 | DECLARE_BITMAP(mac_filters, IPVLAN_MAC_FILTER_SIZE); |
72 | netdev_features_t sfeatures; | 72 | netdev_features_t sfeatures; |
73 | u32 msg_enable; | 73 | u32 msg_enable; |