13/16
mm/mglru: remove redundant gens <= MIN_NR_GENS check in should_run_aging()
should_run_aging() 中移除 evictable_min_seq()+MIN_NR_GENS>max_seq 检查:它由 min_seq[type]+MIN_NR_GENS>max_seq 蕴含,属冗余条件。
should_run_aging() 中移除 evictable_min_seq()+MIN_NR_GENS>max_seq 检查:它由 min_seq[type]+MIN_NR_GENS>max_seq 蕴含,属冗余条件。