Revert last commit, I have no idea what happened.

This commit is contained in:
Poul-Henning Kamp 2003-06-09 22:51:36 +00:00
parent 995643c176
commit c1f5a18201
1 changed files with 1 additions and 1 deletions

View File

@ -1843,7 +1843,7 @@ uma_zfree_internal(uma_zone_t zone, void *item, void *udata, int skip)
/* Do we need to remove from any lists? */
if (slab->us_freecount+1 == zone->uz_ipers) {
LIST_REMOVE(slab,us_link);
LIST_REMOVE(slab, us_link);
LIST_INSERT_HEAD(&zone->uz_free_slab, slab, us_link);
} else if (slab->us_freecount == 0) {
LIST_REMOVE(slab, us_link);