• Andrew Morton's avatar
    [PATCH] Fix a BUG in try_to_unmap() · 0ee29e60
    Andrew Morton authored
    try_to_unmap() dies if the to-be-unmapped page has a non-NULL ->mapping.
    
    But the preceding logic in shrink_cache() forgot about the
    rarely-occurring pages which have buffers and no ->mapping.
    0ee29e60
vmscan.c 17.8 KB