[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121117095225.48bd9ab1@nehalam.linuxnetplumber.net>
Date: Sat, 17 Nov 2012 09:52:25 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: Rami Rosen <ramirose@...il.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [net-next patch] vxlan: remove unused variable.
On Sat, 17 Nov 2012 16:08:07 +0200
Rami Rosen <ramirose@...il.com> wrote:
> This patch removes addrexceeded member from vxlan_dev struct as it is unused.
>
> Signed-off-by: Rami Rosen <ramirose@...il.com>
> ---
> drivers/net/vxlan.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
> index 9814d67..288ad3a 100644
> --- a/drivers/net/vxlan.c
> +++ b/drivers/net/vxlan.c
> @@ -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];
> };
Acked-by: Stephen Hemminger <shemminger@...tta.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists