• Andrew Morton's avatar
    [PATCH] fix reclaim for higher-order allocations · 3209a954
    Andrew Morton authored
    The page reclaim logic will bail out if all zones are at pages_high.
    But if the caller is requesting a higher-order allocation we need to go
    on and free more memory anyway.  That's the only way we have of
    addressing buddy fragmentation.
    3209a954
vmscan.c 22.4 KB