• Andrew Morton's avatar
    [PATCH] swapout fix · 62a29ea1
    Andrew Morton authored
    Silly bug which was halving swapout bandwidth: we've taken a copy of
    page->mapping into a local convenience variable, but forgot to update
    that local after adding the page to swapcache.
    62a29ea1
vmscan.c 19.4 KB