Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171259404
D6670.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
483 B
Referenced Files
None
Subscribers
None
D6670.id.diff
View Options
Index: head/sys/vm/vm_page.c
===================================================================
--- head/sys/vm/vm_page.c
+++ head/sys/vm/vm_page.c
@@ -1748,6 +1748,7 @@
}
m->object = NULL;
m->oflags = VPO_UNMANAGED;
+ m->busy_lock = VPB_UNBUSIED;
vm_page_free(m);
return (NULL);
}
@@ -1949,6 +1950,7 @@
m->object = NULL;
m->oflags |= VPO_UNMANAGED;
}
+ m->busy_lock = VPB_UNBUSIED;
vm_page_free(m);
}
return (NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 10, 10:21 PM (13 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38670336
Default Alt Text
D6670.id.diff (483 B)
Attached To
Mode
D6670: vm_page_alloc: Reset busy lock state if vm_page_insert_after() fails
Attached
Detach File
Event Timeline
Log In to Comment