Re: [PATCH 3/5] mm/vmscan: Throttle reclaim when no progress is being made

From: NeilBrown
Date: Mon Sep 20 2021 - 19:33:42 EST


On Mon, 20 Sep 2021, Mel Gorman wrote:
> +
> + reclaim_throttle(pgdat, VMSCAN_THROTTLE_NOPROGRESS, HZ/10);

We always seem to pass "HZ/10" to reclaim_throttle(). Should we just
hard-code that in the one place inside reclaim_throttle() itself?

NeilBrown