Subject: Re: 1.4.2 lockmgr
To: None <dolecek@ics.muni.cz>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: current-users
Date: 03/21/2000 09:58:58
On Tue, 21 Mar 2000, PER4MANCE, J. Dolecek wrote:

> Bill Studenmund wrote:
> > More importantly I don't understand why nfs is getting ufs vnodes. We
> > fixed the error where hash chains had mixed-up names, didn't we?
> 
> Hmm, isn't this "normal" ? When you NFS export your local filesystem
> using ffs, NFS server needs to lock ffs vnode to access it, right ?

Yes, but if I remember the stack trace, it was nfs_lookup, which is a
client-side function. If it was instead nfsrv_lookup, a server-side
function, then you are indeed correct. :-)

Take care,

Bill