diff options
-rw-r--r-- | sys/vm/uma_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index be7b52f..a3da677 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -1864,7 +1864,7 @@ uma_zfree_internal(uma_zone_t zone, void *item, void *udata, int skip) zone->uz_flags &= ~UMA_ZFLAG_FULL; /* We can handle one more allocation */ - wakeup_one(&zone); + wakeup_one(zone); } ZONE_UNLOCK(zone); |