When we allocate a replacement page we must clear VPO_UNMANAGED, since
we only ever reclaim pages from managed objects. vm_page_replace() does
not handle this for us.
Sprinkle some assertions to help catch this sort of issue.
Differential D22868
Fix VPO_UNMANAGED handling in vm_page_reclaim_run(). markj on Dec 18 2019, 6:40 PM. Authored by Tags None Referenced Files
Subscribers
Details When we allocate a replacement page we must clear VPO_UNMANAGED, since Sprinkle some assertions to help catch this sort of issue. Peter is testing this.
Diff Detail
Event Timeline
|