On Mon, 5 Apr 2004, Amodiovalerio [Hypo] Verde wrote:

> I applied the patch, but it doesn't work.
> 
> I confirm that there is a EBADSLT here. When I disable the share I got ( and
> I also check via errno )
> 
> "ls: .: Invalid slot"
> 
> Tried to change
> 
>  if (!status || (is_smbfs && sav_errno == EIO )) {
> 
> with
> 
>  if (!status || (is_smbfs && ( sav_errno == EIO || sav_errno == EBADSLT ) ))
> {
> 
> and it works.

OK I'll add that. Must be related to the version of kernel or the smb 
mount.

I must say that my testing showed some problems when I tried to break it 
so lets keep an eye on it.

Ian

_______________________________________________
autofs mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to