[PATCH v2] mm: let kswapd work again for node that used to be hopeless but may not now

From: Byungchul Park
Date: Tue Jun 04 2024 - 03:23:51 EST


Changes from v1:
1. Don't allow to resume kswapd if the system is under memory
pressure that might affect direct reclaim by any chance, like
if NR_FREE_PAGES is less than (low wmark + min wmark)/2.

--->8---