Date: Fri, 5 Jun 1998 14:41:52 -0700 (PDT) From: David Greenman <dg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_mbuf.c Message-ID: <199806052141.OAA04692@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dg 1998/06/05 14:41:52 PDT Modified files: sys/kern uipc_mbuf.c Log: If we are out of mb_map space and we failed to m_reclaim() anything and the alloc is not M_DONTWAIT, then panic with "Out of mbuf clusters". Callers that specify M_WAIT can't deal with getting a NULL buffer, so this is a more graceful failure than randomly page faulting in the socket code or elsewhere. Revision Changes Path 1.35 +15 -7 src/sys/kern/uipc_mbuf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806052141.OAA04692>