Brian Feldman cf107c1d1a Limit mbuma damage. Suddenly ALL allocations with M_WAITOK are subject
to failing -- that is, allocations via malloc(M_WAITOK) that are required
to never fail -- if WITNESS is not defined.  While everyone should be
running WITNESS, in any case, zone "Mbuf" allocations are really the only
ones that should be screwed with by this hack.

This hack is crashing people, and would continue to do so with or without
WITNESS.  Things shouldn't be allocating with M_WAITOK with locks held,
but it's not okay just to always remove M_WAITOK when !WITNESS.

Reported by:	Bernd Walter <ticso@cicely5.cicely.de>
2004-07-03 18:11:41 +00:00
..
2004-05-31 21:46:06 +00:00
2004-05-31 21:46:06 +00:00
2004-06-15 01:02:00 +00:00
2004-05-31 21:46:06 +00:00
2004-06-11 11:16:26 +00:00
2004-06-17 17:16:53 +00:00