Date: Tue, 30 Aug 2005 20:07:49 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <200508302007.j7UK7n6f006824@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Revision Changes Path
1.153 +3 -5 src/sys/kern/uipc_mbuf.c
1.176 +1 -1 src/sys/sys/mbuf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508302007.j7UK7n6f006824>
