Author :
mpi
Date :
2024-11-25 12:51:00
Hash :2da9c48e 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@