Skip to content

Commit

Permalink
vxlan: remove the unused rcu head from struct vxlan_rdst
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Cong Wang authored and David S. Miller committed May 29, 2013
1 parent 7cc4619 commit 784e461
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/vxlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ struct vxlan_net {
};

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

0 comments on commit 784e461

Please sign in to comment.