CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2018/01/25 07:04:36

Modified files:
        sys/net        : ifq.c 

Log message:
Assert that ifiq_destroy() is not called with the NET_LOCK() held.

Calling taskq_barrier() on a softnet thread while holding the lock
is clearly a deadlock.

ok visa@, dlg@, bluhm@

Reply via email to