Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149689029
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
Fri, Mar 27, 6:59 AM (9 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30405544
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