Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143713984
D52997.id163843.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
364 B
Referenced Files
None
Subscribers
None
D52997.id163843.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
@@ -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
Details
Attached
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)
Attached To
Mode
D52997: vm_object: Reset kvo_path on each iteration in vm_object_list_handler()
Attached
Detach File
Event Timeline
Log In to Comment