dwmalone    2003/05/29 11:38:25 PDT
  FreeBSD src repository
  Modified files:
    sys/kern             subr_mbuf.c 
  Log:
  Add an INVARIENTS only check to make sure Giant is held if mbuf
  allocation is attempted with M_TRYWAIT.
  
  Reviewed by:    bmilekic
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.50      +2 -0      src/sys/kern/subr_mbuf.c