Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 784e4616 authored by Cong Wang's avatar Cong Wang Committed by David S. Miller
Browse files

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: default avatarCong Wang <amwang@redhat.com>
Acked-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7cc46190
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -97,7 +97,6 @@ struct vxlan_net {
};

struct vxlan_rdst {
	struct rcu_head		 rcu;
	__be32			 remote_ip;
	__be16			 remote_port;
	u32			 remote_vni;