Re: less handrolled mbuf freeing code in uipc_mbuf.c

2016-04-15 Thread Mike Belopuhov
On 15 April 2016 at 07:35, David Gwynne wrote: > m_freem checks for NULL so the caller doesnt have to. > > ml_purge and m_purge were invented after some of the mq and ml code > was written, so fix that code to use the "new" functions. > > ok? > OK mikeb

less handrolled mbuf freeing code in uipc_mbuf.c

2016-04-14 Thread David Gwynne
m_freem checks for NULL so the caller doesnt have to. ml_purge and m_purge were invented after some of the mq and ml code was written, so fix that code to use the "new" functions. ok? Index: uipc_mbuf.c === RCS file: /cvs/src/sys/ke