mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 17:33:01 +00:00
vxlan: remove unused variable.
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>
This commit is contained in:
parent
fc184f0892
commit
e8e55d9514
@ -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];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user