EXPORT_SYMS is not, in fact, required, for a dependent module to access

non-static symbols in a module they depend on, so remove dtrace symbols
from nfsclient's EXPORT_SYMS again.

Suggested by:	jhb
This commit is contained in:
Robert Watson 2009-10-13 09:21:20 +00:00
parent 2e76e4c9b5
commit 03ce247827
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198024

View file

@ -41,14 +41,4 @@ 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>