• Andrew Morton's avatar
    [PATCH] leave truncate's orphaned pages on the LRU · fa08cc83
    Andrew Morton authored
    Fix to the page reclaim code from Rik.
    
    Anonymous pages which have buffers arise when
    truncate_complete_page()'s call to ->releasepage() failed.  Those pages
    may still be mapped into process address spaces.
    
    We should not remove them from the LRU, because that makes them
    unswappable and they hang around until process exit.
    fa08cc83
vmscan.c 13.6 KB