- Fix it by replacing m_cat() with m_prev->m_next = m_new;
(m_cat() will try to append data - as a result, now this function does nothing).
- Move constants out of the loop.
Differential D4090 Authored by avos on Nov 5 2015, 10:29 PM.
Details Summary
(m_cat() will try to append data - as a result, now this function does nothing).
Test Plan Tested with D4077 (+ some output)
Diff Detail
Event Timelineavos updated this object. Herald added a subscriber: imp. · View Herald TranscriptNov 5 2015, 10:29 PM2015-11-05 22:29:57 (UTC+0) Closed by commit rS324673: mbuf(9): unbreak m_fragment() (authored by avos). · Explain WhyOct 16 2017, 9:46 PM2017-10-16 21:46:28 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 34038 head/sys/kern/uipc_mbuf.c
|