Date: Tue, 13 Oct 2009 09:21:20 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r198024 - head/sys/modules/nfsclient Message-ID: <200910130921.n9D9LKPJ000323@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rwatson Date: Tue Oct 13 09:21:20 2009 New Revision: 198024 URL: http://svn.freebsd.org/changeset/base/198024 Log: 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 Modified: head/sys/modules/nfsclient/Makefile Modified: head/sys/modules/nfsclient/Makefile ============================================================================== --- head/sys/modules/nfsclient/Makefile Tue Oct 13 09:21:15 2009 (r198023) +++ head/sys/modules/nfsclient/Makefile Tue Oct 13 09:21:20 2009 (r198024) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910130921.n9D9LKPJ000323>