Page MenuHomeFreeBSD

D22542.diff
No OneTemporary

D22542.diff

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

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)

Event Timeline