mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
[PATCH] balance_pdgat() cleanup
Despaghettify balance_pdgat() a bit. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
cc10250907
commit
e1dbeda60a
@ -1172,11 +1172,12 @@ loop_again:
|
||||
if (!zone_watermark_ok(zone, order, zone->pages_high,
|
||||
0, 0)) {
|
||||
end_zone = i;
|
||||
goto scan;
|
||||
break;
|
||||
}
|
||||
}
|
||||
goto out;
|
||||
scan:
|
||||
if (i < 0)
|
||||
goto out;
|
||||
|
||||
for (i = 0; i <= end_zone; i++) {
|
||||
struct zone *zone = pgdat->node_zones + i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user