diff --git a/mm/vmscan.c b/mm/vmscan.c index be5ee3fc23d38a..e3a7a6b4140f21 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -4595,7 +4595,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) {