Date: Sun, 27 Jul 2003 07:19:23 -0700 (PDT) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_mbuf.c Message-ID: <200307271419.h6REJNQ2095335@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307271419.h6REJNQ2095335>