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.

MFC after:	2 weeks
This commit is contained in:
Rick Macklem 2010-09-05 00:10:18 +00:00
parent 27542743cd
commit 0372f5f411

View File

@ -84,7 +84,7 @@ __FBSDID("$FreeBSD$");
extern struct nfsstats newnfsstats;
MALLOC_DECLARE(M_NEWNFSREQ);
vop_advlock_t *ncl_advlock_p = nfs_dolock;
vop_advlock_t *ncl_advlock_p = NULL;
/*
* Ifdef for FreeBSD-current merged buffer cache. It is unfortunate that these