CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2017/01/31 19:02:01

Modified files:
        sys/net        : if.c 

Log message:
Take if_attach_common() out from under netlock as it does a bunch
of sleeping mallocs to initialise a new ifp.  The ifp is later
added to the global list with the lock held.

ok mpi@

Reply via email to