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:
parent
2e76e4c9b5
commit
03ce247827
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user