summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2013-04-17 22:42:43 +0000
committerken <ken@FreeBSD.org>2013-04-17 22:42:43 +0000
commit1ab8c6ab7f2de005d4d3703633edb46f400b5a11 (patch)
treef3729ef72b2aee6ef1f97e5a9304f9692430b7be /sys/conf
parent64d828dacb80393b9972a63775bc9a9ec7c26bfd (diff)
downloadFreeBSD-src-1ab8c6ab7f2de005d4d3703633edb46f400b5a11.zip
FreeBSD-src-1ab8c6ab7f2de005d4d3703633edb46f400b5a11.tar.gz
Move the NFS FHA (File Handle Affinity) code from sys/nfsserver to
sys/nfs, since it is now shared by the two NFS servers. Suggested by: rmacklem Sponsored by: Spectra Logic MFC after: 2 weeks
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 628bacf..6b7e94a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3203,6 +3203,7 @@ nfs/bootp_subr.c optional bootp nfsclient | bootp nfscl
nfs/krpc_subr.c optional bootp nfsclient | bootp nfscl
nfs/nfs_common.c optional nfsclient | nfsserver
nfs/nfs_diskless.c optional nfsclient nfs_root | nfscl nfs_root
+nfs/nfs_fha.c optional nfsserver | nfsd
nfs/nfs_lock.c optional nfsclient | nfscl | nfslockd | nfsd
nfsclient/nfs_bio.c optional nfsclient
nfsclient/nfs_node.c optional nfsclient
@@ -3211,7 +3212,6 @@ nfsclient/nfs_subs.c optional nfsclient
nfsclient/nfs_nfsiod.c optional nfsclient
nfsclient/nfs_vfsops.c optional nfsclient
nfsclient/nfs_vnops.c optional nfsclient
-nfsserver/nfs_fha.c optional nfsserver | nfsd
nfsserver/nfs_fha_old.c optional nfsserver
nfsserver/nfs_serv.c optional nfsserver
nfsserver/nfs_srvkrpc.c optional nfsserver
OpenPOWER on IntegriCloud