CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/16 14:09:27
Modified files:
sys/kern : uipc_mbuf.c
Log message:
Always set maximum queue length to passed in the IFQCTL_MAXLEN case.
This is not the fast path, so dropping mq->mq_maxlen check doesn't
introduce any performance impact, but makes code MP consistent.
Discussed with and ok from bluhm@
