Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348040
b: refs/heads/master
c: ecccd12
h: refs/heads/master
v: v3
  • Loading branch information
Zlatko Calusic authored and Linus Torvalds committed Dec 28, 2012
1 parent a1778bf commit 0577711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 101e5c7470eb7f77ae87f966b9155f0dbb5b4698
refs/heads/master: ecccd1248d6e6986130ffcc3b0d003cb46a485c0
2 changes: 1 addition & 1 deletion trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@ static unsigned long balance_pgdat(pg_data_t *pgdat, int order,
if (total_scanned && (sc.priority < DEF_PRIORITY - 2)) {
if (has_under_min_watermark_zone)
count_vm_event(KSWAPD_SKIP_CONGESTION_WAIT);
else
else if (unbalanced_zone)
wait_iff_congested(unbalanced_zone, BLK_RW_ASYNC, HZ/10);
}

Expand Down

0 comments on commit 0577711

Please sign in to comment.