提交 6aa6395f 编写于 作者: E Eric Dumazet 提交者: David S. Miller

ipvlan: add a missing __percpu pcpu_stats

Cosmetic patch to add __percpu qualifier to pcpu_stats
Signed-off-by: NEric Dumazet <edumazet@google.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d0af71a3
...@@ -67,7 +67,7 @@ struct ipvl_dev { ...@@ -67,7 +67,7 @@ struct ipvl_dev {
struct list_head addrs; struct list_head addrs;
int ipv4cnt; int ipv4cnt;
int ipv6cnt; int ipv6cnt;
struct ipvl_pcpu_stats *pcpu_stats; struct ipvl_pcpu_stats __percpu *pcpu_stats;
DECLARE_BITMAP(mac_filters, IPVLAN_MAC_FILTER_SIZE); DECLARE_BITMAP(mac_filters, IPVLAN_MAC_FILTER_SIZE);
netdev_features_t sfeatures; netdev_features_t sfeatures;
u32 msg_enable; u32 msg_enable;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册