Deleted Added
full compact
51c51
< __FBSDID("$FreeBSD: head/sys/vm/uma_core.c 148194 2005-07-20 18:47:42Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/vm/uma_core.c 148371 2005-07-25 00:47:32Z rwatson $");
2983c2983
< strlcpy(uth.uth_name, z->uz_name, UMA_MAX_NAME);
---
> strlcpy(uth.uth_name, z->uz_name, UTH_MAX_NAME);
2995a2996,3004
>
> /*
> * A zone is secondary is it is not the first entry
> * on the keg's zone list.
> */
> if ((kz->uk_flags & UMA_ZONE_SECONDARY) &&
> (LIST_FIRST(&kz->uk_zones) != z))
> uth.uth_zone_flags = UTH_ZONE_SECONDARY;
>