CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2019/11/07 01:07:17

Modified files:
        sys/net        : if_aggr.c if_tpmr.c 

Log message:
move the port destructor calls in clone destroy back out of NET_LOCK.

it's no longer necessary to hold NET_LOCK to call interface hook
adds or dels now, but it is necessary not to hold NET_LOCK when
calling some barrier functions.

found by hrvoje popovski

Reply via email to