mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
- Wakeup the correct address when a zone is no longer full.
Spotted by: jake
This commit is contained in:
parent
ed7ba3cfc2
commit
74c924b553
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107048
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user