2/6

mm/mglru: batch update lrugen->protected in inc_min_seq()

Avoid updating lrugen->protected with WRITE_ONCE() for each folio, which may prevent potential compiler optimizations. Accumulate the updates locally and apply them in a batch instead. Signed-off-by: