aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs_clport.c
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2020-04-09 14:44:46 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2020-04-09 14:44:46 +0000
commit8de97f394e22391ff48a087dad4aa60e87ed8ebe (patch)
treec22a0ce3e5bdfdf23fe6679a2991e6bab8d7a9ed /sys/fs/nfsclient/nfs_clport.c
parentf5b7695d2d5abd735064870ad43f4b9c723940c1 (diff)
downloadsrc-8de97f394e22391ff48a087dad4aa60e87ed8ebe.tar.gz
src-8de97f394e22391ff48a087dad4aa60e87ed8ebe.zip
Remove the old NFS lock device driver that uses Giant.
This NFS lock device driver was replaced by the kernel NLM around FreeBSD7 and has not normally been used since then. To use it, the kernel had to be built without "options NFSLOCKD" and the nfslockd.ko had to be deleted as well. Since it uses Giant and is no longer used, this patch removes it. With this device driver removed, there is now a lot of unused code in the userland rpc.lockd. That will be removed on a future commit. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D22933
Notes
Notes: svn path=/head/; revision=359745
Diffstat (limited to 'sys/fs/nfsclient/nfs_clport.c')
-rw-r--r--sys/fs/nfsclient/nfs_clport.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/nfsclient/nfs_clport.c b/sys/fs/nfsclient/nfs_clport.c
index 017b81776579..36c00089914e 100644
--- a/sys/fs/nfsclient/nfs_clport.c
+++ b/sys/fs/nfsclient/nfs_clport.c
@@ -1412,5 +1412,4 @@ MODULE_VERSION(nfscl, 1);
MODULE_DEPEND(nfscl, nfscommon, 1, 1, 1);
MODULE_DEPEND(nfscl, krpc, 1, 1, 1);
MODULE_DEPEND(nfscl, nfssvc, 1, 1, 1);
-MODULE_DEPEND(nfscl, nfslock, 1, 1, 1);