• Luca Barbieri's avatar
    [PATCH] dup_mmap tiny optimization · 4b95a3f7
    Luca Barbieri authored
    This patch moves retval = -ENOMEM out of the vma loop and after the
    fail_nomem label.
    
    The fail label is added and is used when retval is already set.
    4b95a3f7
fork.c 26.2 KB