Commit e8e55d95 authored by Rami Rosen's avatar Rami Rosen Committed by David S. Miller

vxlan: remove unused variable.

This patch removes addrexceeded member from vxlan_dev struct as it is unused.
Signed-off-by: default avatarRami Rosen <ramirose@gmail.com>
Acked-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fc184f08
......@@ -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];
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment