Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145807021
D22542.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
390 B
Referenced Files
None
Subscribers
None
D22542.diff
View Options
Index: head/sys/vm/vm_object.c
===================================================================
--- head/sys/vm/vm_object.c
+++ head/sys/vm/vm_object.c
@@ -1496,6 +1496,8 @@
return (next);
/* The page is only NULL when rename fails. */
if (p == NULL) {
+ VM_OBJECT_WUNLOCK(object);
+ VM_OBJECT_WUNLOCK(backing_object);
vm_radix_wait();
} else {
if (p->object == object)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 25, 5:52 PM (8 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28993058
Default Alt Text
D22542.diff (390 B)
Attached To
Mode
D22542: vm_object_collapse_scan_wait: drop locks before reacquring
Attached
Detach File
Event Timeline
Log In to Comment