Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151886463
D49904.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
472 B
Referenced Files
None
Subscribers
None
D49904.id.diff
View Options
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -1065,11 +1065,10 @@
continue;
}
if (!vm_page_busy_acquire(p, VM_ALLOC_WAITFAIL)) {
+ pctrie_iter_reset(&pages);
if (object->generation != curgeneration &&
- (flags & OBJPC_SYNC) != 0) {
- pctrie_iter_reset(&pages);
+ (flags & OBJPC_SYNC) != 0)
goto rescan;
- }
np = vm_radix_iter_lookup_ge(&pages, pi);
continue;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 12, 8:48 AM (15 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31339073
Default Alt Text
D49904.id.diff (472 B)
Attached To
Mode
D49904: vm_object: reset iter in page_clean
Attached
Detach File
Event Timeline
Log In to Comment