[2.6 patch] remove smbfs

Alejandro Riveira Fernández ariveira at gmail.com
Tue Feb 5 14:04:35 GMT 2008


El Tue, 5 Feb 2008 00:18:05 -0800
Andrew Morton <akpm at linux-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 at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


More information about the samba-technical mailing list