• Andrew Morton's avatar
    [PATCH] Fix rmap comment · 2d47875a
    Andrew Morton authored
    From: Hugh Dickins <hugh@veritas.com>
    
    rmap's try_to_unmap_one comments on find_vma failure, that a page may
    temporarily be absent from a vma during mremap: no longer, though it is still
    possible for this find_vma to fail, while unmap_vmas drops page_table_lock
    (but that is no problem for file truncation).
    2d47875a
rmap.c 13.7 KB