Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171556442
D24472.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
447 B
Referenced Files
None
Subscribers
None
D24472.diff
View Options
Index: head/sys/vm/vm_page.c
===================================================================
--- head/sys/vm/vm_page.c
+++ head/sys/vm/vm_page.c
@@ -4438,7 +4438,7 @@
* without barriers. Switch to radix to verify.
*/
if (prev == NULL || (m = TAILQ_NEXT(prev, listq)) == NULL ||
- m->pindex != pindex ||
+ QMD_IS_TRASHED(m) || m->pindex != pindex ||
atomic_load_ptr(&m->object) != object) {
prev = NULL;
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 12, 6:05 PM (4 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38794492
Default Alt Text
D24472.diff (447 B)
Attached To
Mode
D24472: Handle trashed queue pointers in vm_page_acquire_unlocked().
Attached
Detach File
Event Timeline
Log In to Comment