From adb974068bd08e91c3cdcce431f545c0c37bdc05 Mon Sep 17 00:00:00 2001 From: "Kenneth D. Merry" Date: Wed, 17 Apr 2013 22:42:43 +0000 Subject: 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 --- sys/modules/nfsd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/nfsd') 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 \ -- cgit v1.2.3