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