• Andrew Morton's avatar
    [PATCH] add nowarn to a few pte chain allocators · a4fc9e26
    Andrew Morton authored
    From: Arjan van de Ven <arjanv@redhat.com>
    
    Several of the pte_chain_alloc() allocators that use GFP_ATOMIC have a
    fallback for failure that sleeps; they thus need to not warn on failure..
    Seen during a big fork on a busy system.
    a4fc9e26
memory.c 44.9 KB