Skip to content

Commit

Permalink
vxlan: remove unused variable.
Browse files Browse the repository at this point in the history
This patch removes addrexceeded member from vxlan_dev struct as it is unused.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rami Rosen authored and David S. Miller committed Nov 18, 2012
1 parent fc184f0 commit e8e55d9
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 @@ -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];
};
Expand Down

0 comments on commit e8e55d9

Please sign in to comment.