mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue