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:
Rami Rosen 2012-11-17 04:08:07 +00:00 коммит произвёл David S. Miller
Родитель fc184f0892
Коммит e8e55d9514
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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];
};