From: Cong Wang Date: Mon, 27 May 2013 22:35:51 +0000 (+0000) Subject: vxlan: remove the unused rcu head from struct vxlan_rdst X-Git-Tag: firefly_0821_release~176^2~5703^2~273 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=784e4616a40166fc60a1741a2c64155e99fe9247;p=firefly-linux-kernel-4.4.55.git vxlan: remove the unused rcu head from struct vxlan_rdst Cc: Stephen Hemminger Cc: David S. Miller Signed-off-by: Cong Wang Acked-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 5ed64d496f83..289d79a48c82 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c @@ -97,7 +97,6 @@ struct vxlan_net { }; struct vxlan_rdst { - struct rcu_head rcu; __be32 remote_ip; __be16 remote_port; u32 remote_vni;