aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-10-12 18:59:31 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-10-12 18:59:31 +0000
commit99b5e2f1d2bfd9e1504197f67664b802eac5b503 (patch)
treea6a05ca6bbb6516f32e58091938a68c938bb10da /sys/modules/nfsclient
parent4347e9fd666b30e124df66d4eb1adcc723c44261 (diff)
downloadsrc-99b5e2f1d2bfd9e1504197f67664b802eac5b503.tar.gz
src-99b5e2f1d2bfd9e1504197f67664b802eac5b503.zip
Export DTrace symbols from nfsclient so that dtnfsclient can get to them.
This fixes DTrace with nfsclient built as a module. MFC after: 3 days Reported by: markm
Notes
Notes: svn path=/head/; revision=197998
Diffstat (limited to 'sys/modules/nfsclient')
-rw-r--r--sys/modules/nfsclient/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index c53e3d5f98a9..d41dadc3fea0 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -41,4 +41,14 @@ NFS_ROOT= 1
SRCS+= nfs_diskless.c
.endif
+EXPORT_SYMS= \
+ dtrace_nfsclient_accesscache_flush_done_probe \
+ dtrace_nfsclient_accesscache_get_hit_probe \
+ dtrace_nfsclient_accesscache_get_miss_probe \
+ dtrace_nfsclient_accesscache_load_done_probe \
+ nfsclient_accesscache_flush_done_id \
+ nfsclient_accesscache_get_hit_id \
+ nfsclient_accesscache_get_miss_id \
+ nfsclient_accesscache_load_done_id
+
.include <bsd.kmod.mk>