Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2002 10:06:33 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Hiten Pandya <hiten@angelica.unixdaemons.com>
Cc:        Robert Watson <rwatson@FreeBSD.ORG>, Maxim Konovalov <maxim@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/netinet ip_dummynet.c
Message-ID:  <200212151806.gBFI6XPb081289@apollo.backplane.com>
References:  <200212151021.gBFALV1Y040756@repoman.freebsd.org> <Pine.NEB.3.96L.1021215100328.86543C-100000@fledge.watson.org> <20021215153721.GA26021@angelica.unixdaemons.com>

next in thread | previous in thread | raw e-mail | index | archive | help
   We had similar problems with the B_ flags.  I recommend changing all the
   mbuf flags from M_ to MB_, and perhaps rename the MB_ defines in
   sys/mchain.h to MC_ or MBC_.

						-Matt

:> >   Log:
:> >   o M_DONTWAIT is mbuf(9) flag: malloc(M_DONTWAIT) -> malloc(M_NOWAIT).
:> >   The bug does not affect anything because M_NOWAIT == M_DONTWAIT.
:..

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?200212151806.gBFI6XPb081289>