Alan Cox db1f085eee Call vm_page_deactivate() rather than vm_page_dontneed() in
swp_pager_force_pagein().  By dirtying the page, swp_pager_force_pagein()
forces vm_page_dontneed() to insert the page at the head of the inactive
queue, just like vm_page_deactivate() does.  Moreover, because the page
was invalid, it can't have been mapped, and thus the other effect of
vm_page_dontneed(), clearing the page's reference bits has no effect.  In
summary, there is no reason to call vm_page_dontneed() since its effect
will be identical to calling the simpler vm_page_deactivate().
2010-05-09 16:27:42 +00:00
..
2010-05-07 14:30:21 +00:00
2010-05-04 10:14:05 +00:00
2010-05-08 14:50:12 +00:00
2010-05-08 16:19:17 +00:00
2010-04-29 06:22:07 +00:00
2010-02-21 01:12:18 +00:00