vxlan: remove unused variable.
authorRami Rosen <[email protected]>
Sat, 17 Nov 2012 04:08:07 +0000 (04:08 +0000)
committerDavid S. Miller <[email protected]>
Sun, 18 Nov 2012 03:02:19 +0000 (22:02 -0500)
This patch removes addrexceeded member from vxlan_dev struct as it is unused.

Signed-off-by: Rami Rosen <[email protected]>
Acked-by: Stephen Hemminger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/vxlan.c

index 6898a7932cff9b6ed8aa7cfd578b70192d023177..a14df1ce99ffb7defc3504392a0254d833bf5670 100644 (file)
@@ -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];
 };