Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F3315738
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Authored By
markj
Apr 17 2018, 5:59 PM
2018-04-17 17:59:19 (UTC+0)
Size
441 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
index 945ff80afbe6..30a69d6a34cb 100644
--- a/sys/vm/vm_page.c
+++ b/sys/vm/vm_page.c
@@ -4140,6 +4140,8 @@ vm_page_ps_test(vm_page_t m, int flags, vm_page_t skip_m)
int i, npages;
object = m->object;
+ if (skip_m != NULL && skip_m->object != object)
+ return (false);
VM_OBJECT_ASSERT_LOCKED(object);
npages = atop(pagesizes[m->psind]);
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1345403
Default Alt Text
(441 B)
Attached To
Mode
P174 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment