Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132046979
D26212.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D26212.diff
View Options
Index: head/sys/vm/vm_pageout.c
===================================================================
--- head/sys/vm/vm_pageout.c
+++ head/sys/vm/vm_pageout.c
@@ -1287,8 +1287,10 @@
* so, discarding any references collected by
* pmap_ts_referenced().
*/
- if (__predict_false(_vm_page_queue(old) == PQ_NONE))
+ if (__predict_false(_vm_page_queue(old) == PQ_NONE)) {
+ ps_delta = 0;
break;
+ }
/*
* Advance or decay the act_count based on recent usage.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Oct 14, 5:19 AM (4 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23708853
Default Alt Text
D26212.diff (491 B)
Attached To
Mode
D26212: vm_pageout_scan_active: ensure ps_delta is initialized
Attached
Detach File
Event Timeline
Log In to Comment