X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fif_vlan.h;h=46d246bac3bfbcf23c1cd8dab8aaaa1f5b5b5f81;hb=1be35e94e1da3669db492995cd2c8b1a37016b11;hp=420767fcb3c96a07fbd859f074d9f68c219e04fd;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 420767fcb..46d246bac 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h @@ -22,7 +22,6 @@ struct sk_buff; struct packet_type; struct vlan_collection; struct vlan_dev_info; -struct hlist_node; #include /* for proc_dir_entry */ #include @@ -68,9 +67,9 @@ extern void vlan_ioctl_set(int (*hook)(void __user *)); struct vlan_group { int real_dev_ifindex; /* The ifindex of the ethernet(like) device the vlan is attached to. */ - struct hlist_node hlist; /* linked list */ struct net_device *vlan_devices[VLAN_GROUP_ARRAY_LEN]; - struct rcu_head rcu; + + struct vlan_group *next; /* the next in the list */ }; struct vlan_priority_tci_mapping {