Page MenuHomeFreeBSD

D52997.id163843.diff
No OneTemporary

D52997.id163843.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
@@ -2531,6 +2531,9 @@
kvo->kvo_inactive = 0;
kvo->kvo_laundry = 0;
kvo->kvo_flags = 0;
+ kvo->kvo_me = 0;
+ kvo->kvo_swapped = 0;
+ kvo->kvo_path[0] = '\0';
if (!swap_only) {
vm_page_iter_init(&pages, obj);
VM_RADIX_FOREACH(m, &pages) {

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 1, 8:28 AM (11 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28320603
Default Alt Text
D52997.id163843.diff (364 B)

Event Timeline