netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch net-next 1/3] vxlan: remove the unused rcu head from struct vxlan_rdst
@ 2013-05-28  8:35 Cong Wang
  2013-05-28  8:35 ` [Patch net-next 2/3] vxlan: use unsigned int instead of unsigned Cong Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Cong Wang @ 2013-05-28  8:35 UTC (permalink / raw)
  To: netdev; +Cc: Stephen Hemminger, David S. Miller, Cong Wang

From: Cong Wang <amwang@redhat.com>

Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
---
 drivers/net/vxlan.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
index 5ed64d4..289d79a 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;
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-29  6:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-28  8:35 [Patch net-next 1/3] vxlan: remove the unused rcu head from struct vxlan_rdst Cong Wang
2013-05-28  8:35 ` [Patch net-next 2/3] vxlan: use unsigned int instead of unsigned Cong Wang
2013-05-29  6:54   ` David Miller
2013-05-28  8:35 ` [Patch net-next 3/3] vxlan: defer vxlan init as late as possible Cong Wang
2013-05-29  6:54   ` David Miller
2013-05-28 16:07 ` [Patch net-next 1/3] vxlan: remove the unused rcu head from struct vxlan_rdst Stephen Hemminger
2013-05-29  6:54 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).