Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2005 22:53:19 +0200
From:      Andre Oppermann <andre@freebsd.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c
Message-ID:  <4314C73F.4D280EA9@freebsd.org>
References:  <200508302007.j7UK7n6f006824@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4314C73F.4D280EA9>