• Andrew Morton's avatar
    [PATCH] fix the kswapd zone scanning algorithm · ffa0fb78
    Andrew Morton authored
    This removes a vestige of the old algorithm.  We don't want to skip zones if
    all_zones_ok is true: we've already precalculated which zones need scanning
    and this just stops us from ever performing kswapd reclaim from the DMA zone.
    ffa0fb78
vmscan.c 30.7 KB