cvs commit: src/sys/kern subr_mbuf.c

David Malone dwmalone at FreeBSD.org
Sun Jul 27 07:19:24 PDT 2003


dwmalone    2003/07/27 07:19:23 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             subr_mbuf.c 
  Log:
  Now that we can call kmem_malloc without Giant it should be safe
  to do mbuf allocation without Giant, so remove the GIANT_REQUIRED
  from mb_alloc in the M_TRYWAIT case.
  
  Revision  Changes    Path
  1.54      +0 -2      src/sys/kern/subr_mbuf.c


More information about the cvs-all mailing list