diff --git a/mm/vmscan.c b/mm/vmscan.c index 2fe4a11d63f447..d8c5dc1ca0a437 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -4594,7 +4594,7 @@ static bool lruvec_is_reclaimable(struct lruvec *lruvec, struct scan_control *sc } /* to protect the working set of the last N jiffies */ -static unsigned long lru_gen_min_ttl __read_mostly; +static unsigned long lru_gen_min_ttl __read_mostly = HZ; static void lru_gen_age_node(struct pglist_data *pgdat, struct scan_control *sc) {