CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/25 05:51:00
Modified files:
sys/uvm : uvm_pager.c uvm_pdaemon.c
Log message:
Do not retry with a single page if paging out a cluster didn't work.
Allocations that might fail in uvm_swap_io() are independant from the amount
of pages, so retrying with fewer pages is counter productive.
Tested by sthen@, ok tb@
