- Don't forget the flags value when using boot pages.

Reported by:	grehan
This commit is contained in:
jeff 2002-11-16 20:57:41 +00:00
parent 448c522a41
commit d925843eaa

View File

@ -724,6 +724,7 @@ slab_zalloc(uma_zone_t zone, int wait)
LIST_REMOVE(tmps, us_link);
uma_boot_free--;
mem = tmps->us_data;
flags = tmps->us_flags;
}
/* Point the slab into the allocated memory */