diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2002-11-16 20:57:41 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2002-11-16 20:57:41 +0000 |
| commit | f3da1873bc727d187ee822a52a372599f5a663ea (patch) | |
| tree | b740b433bb96687f5bd6ee94f997e530688cc7dd | |
| parent | f8739dd5f97c8e352a0ef91ccf6a4d79b0a2d587 (diff) | |
Notes
| -rw-r--r-- | sys/vm/uma_core.c | 1 |
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 */ |
