summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-10 21:31:57 +0000
committerbz <bz@FreeBSD.org>2009-06-10 21:31:57 +0000
commita2565a75a27e25e4afbfc87c9c7c0b0a5d2f262a (patch)
tree54bfdc480c51feaa994f5d0026278a20a13c6e16 /sys/conf
parent127acc863b7ee0a32856b30cb18a500790202b9a (diff)
downloadFreeBSD-src-a2565a75a27e25e4afbfc87c9c7c0b0a5d2f262a.zip
FreeBSD-src-a2565a75a27e25e4afbfc87c9c7c0b0a5d2f262a.tar.gz
Unfortunately fs/nfsserver depends on INET at the moment. It seems to
be nfs_nfsdport.c and nfs_nfsdcache.c are the problem only but we need to mark all or we will run into problems at link time. One is because of calling an INET specific function, the other is because of VIMAGE putting all tcp* into struct vnet_inet. Both are general problems throughout the entire stack and not a fault of the NFS implementation and will need to be addressed in the future.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 8ca524e..c75ae7f 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1746,13 +1746,13 @@ fs/nfsclient/nfs_cllock.c optional nfscl
fs/nfsclient/nfs_clport.c optional nfscl
fs/nfsclient/nfs_clbio.c optional nfscl
fs/nfsclient/nfs_clnfsiod.c optional nfscl
-fs/nfsserver/nfs_nfsdsocket.c optional nfsd
-fs/nfsserver/nfs_nfsdsubs.c optional nfsd
-fs/nfsserver/nfs_nfsdstate.c optional nfsd
-fs/nfsserver/nfs_nfsdkrpc.c optional nfsd
-fs/nfsserver/nfs_nfsdserv.c optional nfsd
-fs/nfsserver/nfs_nfsdport.c optional nfsd
-fs/nfsserver/nfs_nfsdcache.c optional nfsd
+fs/nfsserver/nfs_nfsdsocket.c optional nfsd inet
+fs/nfsserver/nfs_nfsdsubs.c optional nfsd inet
+fs/nfsserver/nfs_nfsdstate.c optional nfsd inet
+fs/nfsserver/nfs_nfsdkrpc.c optional nfsd inet
+fs/nfsserver/nfs_nfsdserv.c optional nfsd inet
+fs/nfsserver/nfs_nfsdport.c optional nfsd inet
+fs/nfsserver/nfs_nfsdcache.c optional nfsd inet
fs/ntfs/ntfs_compr.c optional ntfs
fs/ntfs/ntfs_iconv.c optional ntfs_iconv
fs/ntfs/ntfs_ihash.c optional ntfs
OpenPOWER on IntegriCloud