cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c

Andre Oppermann andre at freebsd.org
Tue Aug 30 20:53:10 GMT 2005


Andre Oppermann wrote:
> 
> andre       2005-08-30 20:07:49 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/sys              mbuf.h
>     sys/kern             uipc_mbuf.c
>   Log:
>   o Remove the 'all' flag from m_demote().  Users can simply call it with
>     m_demote(m->m_next) if they wish to start at the second mbuf in chain.
>   o Test m_type with == instead of &.
>   o Check m_nextpkt against NULL instead of implicit 0.
> 
>   Based on feedback from: sam

/me broke function.  Fix is underway.

Pointy hat to:	andre

-- 
Andre


More information about the cvs-src mailing list