Fabien THOMAS writes:
> the kernel crash with M_WAITOK in INVARIANT mode.
> it seems that M_WAITOK is the problems is it possible to replace with
> M_DONTWAIT ?

Yes, as long as you check for a NULL return value (not normally
possible with M_WAITOK).

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to