CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/12 18:57:31
Modified files:
sys/net : if_pair.c
Log message:
Send without kernel lock
The output path can run without kernel lock just fine as is.
Looking at CVS log, it seems this was not done during import
because IFXF_MPSAFE only became a thing afterwards.
OK mvs
