svn commit: r286142 - head/sys/net

Guy Helmer guy.helmer at gmail.com
Sat Aug 1 21:02:08 UTC 2015


> On Aug 1, 2015, at 4:50 AM, Ed Schouten <ed at nuxi.nl> wrote:
> 
> Hi Luiz,
> 
> 2015-07-31 23:43 GMT+02:00 Luiz Otavio O Souza <loos at freebsd.org>:
>> -               while (d->bd_hbuf_in_use)
>> -                       mtx_sleep(&d->bd_hbuf_in_use, &d->bd_lock,
>> -                           PRINET, "bd_hbuf", 0);
> 
> Would it make sense to replace them by an assertion, instead of
> omitting them entirely?
> 
> KASSERT(!d->bd_hbuf_in_use, ("..."));

I would appreciate the confidence that would provide.

Guy


More information about the svn-src-all mailing list