svn commit: r212216 - head/sys/fs/nfsclient

John Baldwin jhb at freebsd.org
Sun Sep 5 12:46:39 UTC 2010


On Saturday 04 September 2010 08:10:18 pm Rick Macklem wrote:
> Author: rmacklem
> Date: Sun Sep  5 00:10:18 2010
> New Revision: 212216
> URL: http://svn.freebsd.org/changeset/base/212216
> 
> Log:
>   Disable use of the NLM in the experimental NFS client, since
>   it will crash the kernel because it uses the nfsmount and
>   nfsnode structures of the regular NFS client.

Hmm, perhaps we could provide new VFS and/or VOP methods for NLM to use 
instead of reaching inside of those structures directly?   I think we really 
want to support NLM on the new NFS client as many folks want working NFS 
locking.

-- 
John Baldwin


More information about the svn-src-head mailing list