• Andrew Morton's avatar
    [PATCH] disable PF_MEMALLOC for interrupt allocations · ba9897b1
    Andrew Morton authored
    If a task is running in state PF_MEMALLOC and is interrupted, the page
    allocator will treat allocations by the interrupt handler as
    PF_MEMALLOC as well.
    
    Detect that, and stop it.  Also tidies things up a little in there.
    ba9897b1
page_alloc.c 32.4 KB