• Linus Torvalds's avatar
    mm: move the copy_one_pte() pte_present check into the caller · 79a1971c
    Linus Torvalds authored
    This completes the split of the non-present and present pte cases by
    moving the check for the source pte being present into the single
    caller, which also means that we clearly separate out the very different
    return value case for a non-present pte.
    
    The present pte case currently always succeeds.
    
    This is a pure code re-organization with no semantic change: the intent
    is to make it much easier to add a new return case to the present pte
    case for when we do early COW at page table copy time.
    
    This was split out from the previous commit simply to make it easy to
    visually see that there were no semantic changes from this code
    re-organization.
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    79a1971c
memory.c 137 KB