Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140501992
D24472.id54425.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.id54425.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
Thu, Dec 25, 5:08 PM (5 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27223613
Default Alt Text
D24472.id54425.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