netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next patch] vxlan: remove unused variable.
@ 2012-11-17 14:08 Rami Rosen
  2012-11-17 17:52 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2012-11-17 14:08 UTC (permalink / raw)
  To: davem; +Cc: netdev, shemminger, Rami Rosen

This patch removes addrexceeded member from vxlan_dev struct as it is unused.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 drivers/net/vxlan.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
index 9814d67..288ad3a 100644
--- a/drivers/net/vxlan.c
+++ b/drivers/net/vxlan.c
@@ -117,7 +117,6 @@ struct vxlan_dev {
 	spinlock_t	  hash_lock;
 	unsigned int	  addrcnt;
 	unsigned int	  addrmax;
-	unsigned int	  addrexceeded;
 
 	struct hlist_head fdb_head[FDB_HASH_SIZE];
 };
-- 
1.7.11.7

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

end of thread, other threads:[~2012-11-18  3:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-17 14:08 [net-next patch] vxlan: remove unused variable Rami Rosen
2012-11-17 17:52 ` Stephen Hemminger
2012-11-18  3:02   ` 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).