vxlan: remove the unused rcu head from struct vxlan_rdst

Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Cong Wang 2013-05-27 22:35:51 +00:00 коммит произвёл David S. Miller
Родитель 7cc4619005
Коммит 784e4616a4
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -97,7 +97,6 @@ struct vxlan_net {
};
struct vxlan_rdst {
struct rcu_head rcu;
__be32 remote_ip;
__be16 remote_port;
u32 remote_vni;