Date: Mon, 10 Nov 2014 13:31:04 -0800 From: Rui Paulo <rpaulo@me.com> 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: <54C440DD-F04D-44DA-AE6D-51020F3DB9C4@me.com> In-Reply-To: <201410280418.s9S4I9qh094390@svn.freebsd.org> References: <201410280418.s9S4I9qh094390@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Oct 27, 2014, at 21:18, Julian Elischer <julian@freebsd.org> wrote: >=20 > Author: julian > Date: Tue Oct 28 04:18:09 2014 > New Revision: 273762 > URL: https://svnweb.freebsd.org/changeset/base/273762 >=20 > Log: > Allow loading of dtraceall without nfscl if what you really wnat is = nfsclient >=20 > Obtained from: Panzura tree > MFC after: 1 week >=20 > Modified: > head/sys/modules/dtrace/dtraceall/dtraceall.c >=20 > Modified: head/sys/modules/dtrace/dtraceall/dtraceall.c > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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) > MODULE_DEPEND(dtraceall, dtnfscl, 1, 1, 1); > +#endif > #if defined(NFSCLIENT) > MODULE_DEPEND(dtraceall, dtnfsclient, 1, 1, 1); > #endif This change is wrong. NFSCLIENT is the old NFS client implementation = and NFSCL is the new client implementation. The DTrace modules match = them respectively. -- Rui Paulo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54C440DD-F04D-44DA-AE6D-51020F3DB9C4>