Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146616506
D19835.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
612 B
Referenced Files
None
Subscribers
None
D19835.id.diff
View Options
Index: head/sys/vm/uma_core.c
===================================================================
--- head/sys/vm/uma_core.c
+++ head/sys/vm/uma_core.c
@@ -1916,10 +1916,10 @@
*/
zone_drain_wait(zone, M_WAITOK);
/*
- * We only destroy kegs from non secondary zones.
+ * We only destroy kegs from non secondary/non cache zones.
*/
- if ((keg = zone->uz_keg) != NULL &&
- (zone->uz_flags & UMA_ZONE_SECONDARY) == 0) {
+ if ((zone->uz_flags & (UMA_ZONE_SECONDARY | UMA_ZFLAG_CACHE)) == 0) {
+ keg = zone->uz_keg;
rw_wlock(&uma_rwlock);
LIST_REMOVE(keg, uk_link);
rw_wunlock(&uma_rwlock);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 3:33 AM (14 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29269318
Default Alt Text
D19835.id.diff (612 B)
Attached To
Mode
D19835: for a cache-only zone the destructor tries to destroy a non-existent keg
Attached
Detach File
Event Timeline
Log In to Comment