Paul Saab 45d48bdad5 Fix bug in malloc_uninit():
Releasing items from the mt_zone can not be done by a simple
uma_zfree() call since mt_zone is allocated with the UMA_ZONE_MALLOC
flag. Use uma_zfree_arg instead and supply the slab.

This bug caused panics in low memory situations on unloading kernel
modules containing MALLOC_DEFINE(..) statements.

Submitted by:	ups
2006-03-03 22:36:52 +00:00
..
2006-03-02 14:06:38 +00:00
2006-02-28 19:39:52 +00:00
2005-12-04 02:12:43 +00:00
2006-02-28 00:05:44 +00:00
2006-03-03 22:36:52 +00:00
2006-01-21 10:44:34 +00:00
2006-01-21 10:44:34 +00:00
2006-02-26 17:52:51 +00:00
2006-02-28 21:25:00 +00:00
2006-01-30 16:32:08 +00:00