diff --git a/mm/vmscan.c b/mm/vmscan.c index 0fc1806b42ea59..f2c8b24cfb28a7 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -4539,7 +4539,7 @@ static bool age_lruvec(struct lruvec *lruvec, struct scan_control *sc, unsigned } /* 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) {