diff options
author | Kenneth D. Merry <ken@FreeBSD.org> | 2013-04-17 22:42:43 +0000 |
---|---|---|
committer | Kenneth D. Merry <ken@FreeBSD.org> | 2013-04-17 22:42:43 +0000 |
commit | adb974068bd08e91c3cdcce431f545c0c37bdc05 (patch) | |
tree | f3729ef72b2aee6ef1f97e5a9304f9692430b7be /sys/modules/nfsd | |
parent | 76fe16bb7810af2366aa686f94c3efdc9383d474 (diff) |
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
Notes
Notes:
svn path=/head/; revision=249596
Diffstat (limited to 'sys/modules/nfsd')
-rw-r--r-- | sys/modules/nfsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/nfsd/Makefile b/sys/modules/nfsd/Makefile index bc0601b52660..2b57f30d26b2 100644 --- a/sys/modules/nfsd/Makefile +++ b/sys/modules/nfsd/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../fs/nfsserver ${.CURDIR}/../../nfsserver +.PATH: ${.CURDIR}/../../fs/nfsserver ${.CURDIR}/../../nfs KMOD= nfsd SRCS= vnode_if.h \ nfs_fha.c \ |