• Andrew Morton's avatar
    [PATCH] permit page unmapping if !CONFIG_SWAP · 09efe93d
    Andrew Morton authored
    From: Hugh Dickins <hugh@veritas.com>
    
    Raised #endif CONFIG_SWAP in shrink_list, it was excluding
    try_to_unmap of file pages.  Suspect !CONFIG_MMU relied on
    that to suppress try_to_unmap, added SWAP_FAIL stub for it.
    09efe93d
vmscan.c 27.8 KB