CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2019/03/28 22:12:55

Modified files:
        sys/net        : ifq.c ifq.h 

Log message:
deprecate ifiq_barrier.

drivers don't need to call it because the stack runs work in ifiqs.
again, only the stack has to care about waiting for pending work
when shutting down, not drivers. ifiq_destroy already does a task_del
and task_barrier dance, so we don't need ifiq_barrier.

Reply via email to