• Andrew Morton's avatar
    [PATCH] tmpfs blk_congestion_wait fix · 505f7dd2
    Andrew Morton authored
    From: Hugh Dickins <hugh@veritas.com>
    
    The blk_congestion_waits in shmem_getpage are appropriate when the error is
    -ENOMEM, but not when the error is -EEXIST.  So add that test in the first
    instance, but omit it all in the second instance.
    505f7dd2
shmem.c 49 KB