summaryrefslogtreecommitdiffstats
path: root/sys/modules/dtrace/dtnfsclient
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-03-25 17:47:22 +0000
committerrwatson <rwatson@FreeBSD.org>2009-03-25 17:47:22 +0000
commite610f292c5c9ae7782d90fbe147dc434ff7ce2eb (patch)
tree3a8ca765dc3015ff143017999f505c90e581944d /sys/modules/dtrace/dtnfsclient
parent7f1bee5227699f6e12bd58960f175645ec5c9e6f (diff)
downloadFreeBSD-src-e610f292c5c9ae7782d90fbe147dc434ff7ce2eb.zip
FreeBSD-src-e610f292c5c9ae7782d90fbe147dc434ff7ce2eb.tar.gz
Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclient
directory, since it's under a BSD license, and this keeps NFS internals- aware tracing parts close to NFS. MFC after: 1 month Suggested by: jhb
Diffstat (limited to 'sys/modules/dtrace/dtnfsclient')
-rw-r--r--sys/modules/dtrace/dtnfsclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/dtrace/dtnfsclient/Makefile b/sys/modules/dtrace/dtnfsclient/Makefile
index a22e584..5e26bba 100644
--- a/sys/modules/dtrace/dtnfsclient/Makefile
+++ b/sys/modules/dtrace/dtnfsclient/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../cddl/dev/dtnfsclient
+.PATH: ${.CURDIR}/../../../nfsclient
KMOD= dtnfsclient
-SRCS= dtnfsclient.c
+SRCS= nfs_kdtrace.c
SRCS+= vnode_if.h
CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \
OpenPOWER on IntegriCloud