Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rami Rosen and committed by
David S. Miller
e8e55d95 fc184f08

-1
-1
drivers/net/vxlan.c
··· 117 117 spinlock_t hash_lock; 118 118 unsigned int addrcnt; 119 119 unsigned int addrmax; 120 - unsigned int addrexceeded; 121 120 122 121 struct hlist_head fdb_head[FDB_HASH_SIZE]; 123 122 };