From fa9d9930ca1eddfae26cf1a284a943e579464e4d Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Thu, 27 Mar 2008 11:54:20 +0000 Subject: Add kernel module support for nfslockd and krpc. Use the module system to detect (or load) kernel NLM support in rpc.lockd. Remove the '-k' option to rpc.lockd and make kernel NLM the default. A user can still force the use of the old user NLM by building a kernel without NFSLOCKD and/or removing the nfslockd.ko module. --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index d350c33ff56c..a8178a258d82 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -141,6 +141,7 @@ SUBDIR= ${_3dfx} \ ${_ixgb} \ joy \ kbdmux \ + krpc \ kue \ le \ lge \ @@ -185,6 +186,7 @@ SUBDIR= ${_3dfx} \ netgraph \ ${_nfe} \ nfsclient \ + nfslockd \ nfsserver \ nge \ nmdm \ -- cgit v1.3