Date: Sun, 5 Sep 2010 08:46:14 -0400 From: John Baldwin <jhb@freebsd.org> To: Rick Macklem <rmacklem@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r212216 - head/sys/fs/nfsclient Message-ID: <201009050846.14288.jhb@freebsd.org> In-Reply-To: <201009050010.o850AIab045480@svn.freebsd.org> References: <201009050010.o850AIab045480@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009050846.14288.jhb>