lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ