• Andrew Morton's avatar
    [PATCH] vmscan: zone pressure calculation fix · b25bb608
    Andrew Morton authored
    Off-by-one in balance_pgdat(): `priority' can never go negative.  It causes
    the scanning priority thresholds to be quite wrong and kswapd tends to go
    berzerk when there is a lot of mapped memory around.
    b25bb608
vmscan.c 30.5 KB