summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-05-22 20:55:29 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-05-22 20:55:29 +0000
commit6f527edd246ed65f0d5347c772a4be00cb3a5e08 (patch)
treea315ba3ce3ba9c125b900e5543f0468f450f818c /sys/fs
parent6e42a10f7e4062da43643a50c87de6ba5164af75 (diff)
downloadFreeBSD-src-6f527edd246ed65f0d5347c772a4be00cb3a5e08.zip
FreeBSD-src-6f527edd246ed65f0d5347c772a4be00cb3a5e08.tar.gz
Fix the name of the module common to the client and server
in the experimental nfs subsystem to the correct one for the MODULE_DEPEND() macro. Approved by: kib (mentor)
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nfsclient/nfs_clport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfsclient/nfs_clport.c b/sys/fs/nfsclient/nfs_clport.c
index bb18fcb..3b5e367 100644
--- a/sys/fs/nfsclient/nfs_clport.c
+++ b/sys/fs/nfsclient/nfs_clport.c
@@ -1267,5 +1267,5 @@ DECLARE_MODULE(nfscl, nfscl_mod, SI_SUB_VFS, SI_ORDER_ANY);
/* So that loader and kldload(2) can find us, wherever we are.. */
MODULE_VERSION(nfscl, 1);
-MODULE_DEPEND(nfscl, newnfsd, 1, 1, 1);
+MODULE_DEPEND(nfscl, nfscommon, 1, 1, 1);
OpenPOWER on IntegriCloud