Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 16:19:13 +0100
From:      Jan Beich <jbeich@vfemail.net>
To:        Julian Elischer <julian@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r273762 - head/sys/modules/dtrace/dtraceall
Message-ID:  <sii4-w9la-wny@vfemail.net>
In-Reply-To: <201410280418.s9S4I9qh094390@svn.freebsd.org> (Julian Elischer's message of "Tue, 28 Oct 2014 04:18:09 %2B0000 (UTC)")
References:  <201410280418.s9S4I9qh094390@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer <julian@FreeBSD.org> writes:

> Log:
>   Allow loading of dtraceall without nfscl if what you really wnat is nfsclient

... or if what you really want is neither, no NFS by default.

>   
>   Obtained from:	Panzura tree
>   MFC after:	1 week
>
> Modified:
>   head/sys/modules/dtrace/dtraceall/dtraceall.c
>
> Modified: head/sys/modules/dtrace/dtraceall/dtraceall.c
> ==============================================================================
> --- head/sys/modules/dtrace/dtraceall/dtraceall.c	Tue Oct 28 03:42:09 2014	(r273761)
> +++ head/sys/modules/dtrace/dtraceall/dtraceall.c	Tue Oct 28 04:18:09 2014	(r273762)
> @@ -67,7 +67,9 @@ MODULE_DEPEND(dtraceall, cyclic, 1, 1, 1
>  MODULE_DEPEND(dtraceall, opensolaris, 1, 1, 1);
>  MODULE_DEPEND(dtraceall, dtrace, 1, 1, 1);
>  MODULE_DEPEND(dtraceall, dtmalloc, 1, 1, 1);
> +#if defined(NFSCLIENT)

Did you mean #if defined(NFSCL) ? Otherwise, dtraceall.ko with GENERIC
kernel wouldn't pull dtnfscl.ko despite nfscl.ko being compiled in.

>  MODULE_DEPEND(dtraceall, dtnfscl, 1, 1, 1);
> +#endif
>  #if defined(NFSCLIENT)
>  MODULE_DEPEND(dtraceall, dtnfsclient, 1, 1, 1);
>  #endif

-------------------------------------------------

VFEmail.net - http://www.vfemail.net
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!  
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?sii4-w9la-wny>