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

Reply via email to