[PATCH] disable PF_MEMALLOC for interrupt allocations
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.
Showing
Please register or sign in to comment