Date: Thu, 20 Jul 2000 10:23:49 -0700 (PDT) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c Message-ID: <200007201723.KAA76017@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
archie 2000/07/20 10:23:49 PDT Modified files: sys/netgraph ng_base.c Log: Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possible for these routines to be called from an interrupt context. PR: kern/20057 Revision Changes Path 1.22 +6 -6 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007201723.KAA76017>