Page MenuHomeFreeBSD

D49904.id.diff
No OneTemporary

D49904.id.diff

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

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)

Event Timeline