CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/04 04:50:01
Modified files:
sys/net : if.c
Log message:
Grab the KERNEL_LOCK() around bridge_output().
It is now safe to call if_enqueue() without holding the KERNEL_LOCK()
even on an interface part of a bridge(4).
ok dlg@, henning@, kettenis@
