Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106097212
D21790.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
575 B
Referenced Files
None
Subscribers
None
D21790.diff
View Options
Index: head/sys/vm/vm_object.c
===================================================================
--- head/sys/vm/vm_object.c
+++ head/sys/vm/vm_object.c
@@ -2169,10 +2169,11 @@
m = TAILQ_NEXT(m, listq);
}
if (vm_page_xbusied(tm)) {
- for (tobject = object; locked_depth > 1;
+ for (tobject = object; locked_depth >= 1;
locked_depth--) {
t1object = tobject->backing_object;
- VM_OBJECT_RUNLOCK(tobject);
+ if (tm->object != tobject)
+ VM_OBJECT_RUNLOCK(tobject);
tobject = t1object;
}
vm_page_busy_sleep(tm, "unwbo", true);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 8:46 AM (11 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15603002
Default Alt Text
D21790.diff (575 B)
Attached To
Mode
D21790: Fix object unlocking in vm_object_unwire() after r352174.
Attached
Detach File
Event Timeline
Log In to Comment