svn commit: r333844 - head/sys/kern

Konstantin Belousov kostikbel at gmail.com
Sat May 19 10:42:47 UTC 2018


On Sat, May 19, 2018 at 12:22:48PM +0200, Hans Petter Selasky wrote:
> On 05/19/18 06:13, Matt Macy wrote:
> >   	va_start(ap, fmt);
> > -	res = make_dev_credv(0, &dev, devsw, unit, cr, uid, gid, mode, fmt, ap);
> > +	DBGSET(res, make_dev_credv(0, &dev, devsw, unit, cr, uid, gid, mode, fmt, ap));
> 
> Is the make_dev_credv() called stubbed for non-debug builds?

Apparently not.  And my note about timer filter was also wrong.

But this is indeed very unusual and error-prone macro, which seems to
be removed in r333862.


More information about the svn-src-head mailing list