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