cvs commit: src/sys/sys mbuf.h

Kip Macy kmacy at FreeBSD.org
Tue Jan 8 22:29:50 PST 2008


kmacy       2008-01-09 06:29:49 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              mbuf.h 
  Log:
  Fix KASSERT in m_free_fast - the LIST_EMPTY check only applies to packet headers.
  In the non packet header case there may be data there.
  
  Revision  Changes    Path
  1.219     +5 -2      src/sys/sys/mbuf.h


More information about the cvs-src mailing list