On Mon, Oct 25, 2010 at 09:20:51AM -0400, erik quanstrom wrote:
> 
> sounds familiar.  this patch needs to be applied to the kernel:
> 
> /n/sources/plan9//sys/src/9/port/chan.c:1012,1018 - chan.c:1012,1020
>                               /*
>                                * mh->mount->to == c, so start at 
> mh->mount->next
>                                */
> +                             f = nil;
>                               rlock(&mh->lock);
> +                             if(mh->mount)
>                               for(f = mh->mount->next; f; f = f->next)
>                                       if((wq = ewalk(f->to, nil, names+nhave, 
> ntry)) != nil)
>                                               break;
> 
> please apply.  if the problem persists after the fix, use acid to print the
> source of the pcs and qpcs of the procs involved and send that offline.
> 
Will do.  I was looking for that patch, you have posted it to 9fans
before.  Somehow, a quick search did not reveal what I was hoping to find.
I'll come back with some results soon.

++L

Reply via email to