CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/27 04:36:18
Modified files:
sys/kern : uipc_mbuf.c
Log message:
Refactor m_makespace() using MCLGETI to simplify the logic of this function.
Still quite complicated but more legible in the end and it will do less
M_GET calls for huge packets.
OK bluhm@
