summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2010-09-05 00:10:18 +0000
committerrmacklem <rmacklem@FreeBSD.org>2010-09-05 00:10:18 +0000
commit9c22599a5bae6198aea511a7646915eeb3de8aea (patch)
tree8046f65f203868d27ce91783d4e7eb1c4846be40 /sys/fs
parent0f8d870bb8e9f1ca97c88da9a6e835c3801be023 (diff)
downloadFreeBSD-src-9c22599a5bae6198aea511a7646915eeb3de8aea.zip
FreeBSD-src-9c22599a5bae6198aea511a7646915eeb3de8aea.tar.gz
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
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nfsclient/nfs_clvnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfsclient/nfs_clvnops.c b/sys/fs/nfsclient/nfs_clvnops.c
index 9daf513..289c686 100644
--- a/sys/fs/nfsclient/nfs_clvnops.c
+++ b/sys/fs/nfsclient/nfs_clvnops.c
@@ -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
OpenPOWER on IntegriCloud