svn commit: r286142 - head/sys/net

Ed Schouten ed at nuxi.nl
Sat Aug 1 09:50:19 UTC 2015


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, ("..."));

Thanks,
-- 
Ed Schouten <ed at nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK/VAT number: 62051717


More information about the svn-src-all mailing list