Index: uma_core.c =================================================================== RCS file: /home/ncvs/src/sys/vm/uma_core.c,v retrieving revision 1.136 diff -u -r1.136 uma_core.c --- uma_core.c 11 Feb 2006 19:20:56 -0000 1.136 +++ uma_core.c 21 May 2006 19:25:56 -0000 @@ -2413,8 +2413,7 @@ * If nothing else caught this, we'll just do an internal free. */ zfree_internal: - uma_zfree_internal(zone, item, udata, SKIP_DTOR, ZFREE_STATFAIL | - ZFREE_STATFREE); + uma_zfree_internal(zone, item, udata, SKIP_DTOR, ZFREE_STATFREE); return; }