• Andrew Morton's avatar
    [PATCH] suppress more allocation failure warnings · 193ae036
    Andrew Morton authored
    The `page allocation failure' warning in __alloc_pages() is being a
    pain.  But I'm persisting with it...
    
    The patch renames PF_RADIX_TREE to PF_NOWARN, and uses it in a few
    places where allocations failures are known to happen.  These code
    paths are well-tested now and suppressing the warning is OK.
    193ae036
bio.c 11.5 KB