aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2010-07-24 22:11:11 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2010-07-24 22:11:11 +0000
commitf92bbff2481ab999e7fec098d7c232779df7aa73 (patch)
tree4eec6454349918ebb035552eba42b0ef1fd7eaa6 /sys/modules/Makefile
parent7f5b7f232394ad7a4e815fe755279eece957d22e (diff)
downloadsrc-f92bbff2481ab999e7fec098d7c232779df7aa73.tar.gz
src-f92bbff2481ab999e7fec098d7c232779df7aa73.zip
Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate
module that can be used by both the regular and experimental nfs clients. This fixes the problem reported by jh@ where /dev/nfslock would be registered twice when both nfs clients were used. I also defined the size of the lm_fh field to be the correct value, as it should be the maximum size of an NFSv3 file handle. Reviewed by: jh MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=210455
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 191d629f973b..d033a34ea4be 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -205,6 +205,7 @@ SUBDIR= ${_3dfx} \
nfsclient \
nfscommon \
nfsd \
+ nfslock \
nfslockd \
nfsserver \
nfssvc \