CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/30 07:54:37
Modified files:
sys/uvm : uvm_swap.c
Log message:
Remove an incorrect KASSERT() introduced in previous.
If uvm_pagermapin() fails that doesn't mean the emergency pages aren't
in use. In OOM situation, a single segment can still be held by an
asynchronous write so the second call to uvm_pagermapin() can fail.
