X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2F8021q%2Fvlan.h;h=6abdcac1b2e81f1e59e3029569b719ea86c2c4db;hb=15c989d4d14b82f43cae7efc6a7794cdd556f274;hp=5685296017e903a2b8ef93cb285e96980f875b81;hpb=45d28b097280a78893ce25a5d0db41e6a2717853;p=~andy%2Flinux diff --git a/net/8021q/vlan.h b/net/8021q/vlan.h index 5685296017e..6abdcac1b2e 100644 --- a/net/8021q/vlan.h +++ b/net/8021q/vlan.h @@ -61,7 +61,7 @@ struct vlan_dev_info { struct proc_dir_entry *dent; unsigned long cnt_inc_headroom_on_tx; unsigned long cnt_encap_on_xmit; - struct vlan_rx_stats *vlan_rx_stats; + struct vlan_rx_stats __percpu *vlan_rx_stats; }; static inline struct vlan_dev_info *vlan_dev_info(const struct net_device *dev)