Date: Tue, 18 May 1999 00:42:00 +0200 From: Pierre Beyssac <beyssac@enst.fr> To: Archie Cobbs <archie@whistle.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: mbuf starvation Message-ID: <19990518004200.B2978@enst.fr> In-Reply-To: <199905121750.KAA61736@bubba.whistle.com>; from Archie Cobbs on Wed, May 12, 1999 at 10:50:42AM -0700 References: <19990512172544.A440@enst.fr> <199905121750.KAA61736@bubba.whistle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 12, 1999 at 10:50:42AM -0700, Archie Cobbs wrote: > > MCLGET(m, M_WAIT); > > + if (m == 0) { > > I think this part of the patch is useless. MCLGET() does not set > m to NULL when it fails, it simply doesn't set the M_EXT flag. > ...unless things have changed recently. No, they apparently haven't. You're absolutely right. -- Pierre Beyssac pb@enst.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990518004200.B2978>