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] [day] [month] [year] [list]
Date:	Sat, 12 Apr 2008 05:01:44 -0400
From:	Jeff Garzik <jgarzik@...ox.com>
To:	Joe Perches <joe@...ches.com>
CC:	Chad Tindel <ctindel@...rs.sourceforge.net>,
	Jay Vosburgh <fubar@...ibm.com>,
	David S Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH net-2.6.26] drivers/net/bonding/bond_main.c - remove	unnecessary
 #define

Joe Perches wrote:
> bond_main.c already #includes <linux/seq_file.h>
> 
> Signed-off-by: Joe Perches <joe@...ches.com>
> 
>  drivers/net/bonding/bond_main.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
> index ecfaf14..6e91b4b 100644
> --- a/drivers/net/bonding/bond_main.c
> +++ b/drivers/net/bonding/bond_main.c
> @@ -3065,8 +3065,6 @@ out:
>  
>  #ifdef CONFIG_PROC_FS
>  
> -#define SEQ_START_TOKEN ((void *)1)
> -
>  static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos)
>  {
>  	struct bonding *bond = seq->private;

applied


--
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