summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/vm/uma_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c
index 443c1978e3f4..be7b52f990e0 100644
--- a/sys/vm/uma_core.c
+++ b/sys/vm/uma_core.c
@@ -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 */