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:	Tue, 5 Feb 2008 15:04:35 +0100
From:	Alejandro Riveira Fernández 
	<ariveira@...il.com>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	Jeff Layton <jlayton@...hat.com>,
	Guenter Kukkukk <linux@...kukk.com>,
	samba-technical@...ts.samba.org, linux-kernel@...r.kernel.org,
	Adrian Bunk <bunk@...nel.org>, sfrench@...ba.org
Subject: Re: [2.6 patch] remove smbfs

El Tue, 5 Feb 2008 00:18:05 -0800
Andrew Morton <akpm@...ux-foundation.org> escribió:


>  	struct smb_fattr root;
>  	int ver;
>  	void *mem;
> +	static int warn_count;
> +
> +	if (warn_count < 5) {
> +		warn_count++;
> +		printk(KERN_EMERG "smbfs is deprecated and will be removed in"
> +				" December, 2006.  Please migrate to cifs\n");

Surely you mean                             ^^^^ ??? ¿2008?

> +	}
>  
>  	if (!raw_data)
>  		goto out_no_data;
> _
> 
> 
> queued for over 1.5 years waiting for the go-ahead from Steve.
> 
> It looks like it's time?  If so, what should I set the date to?
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ