Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221723
b: refs/heads/master
c: 1dce071
h: refs/heads/master
i:
  221721: 4d45d87
  221719: 51a2fc3
v: v3
  • Loading branch information
Shaohua Li authored and Linus Torvalds committed Nov 12, 2010
1 parent 18b32d3 commit e6ec877
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: 38715258aa2e8cd94bd4aafadc544e5104efd551
refs/heads/master: 1dce071e18b7264457d17c0dec4c7e430bfaee7d
2 changes: 1 addition & 1 deletion trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ static unsigned long shrink_page_list(struct list_head *page_list,
* back off and wait for congestion to clear because further reclaim
* will encounter the same problem
*/
if (nr_dirty == nr_congested)
if (nr_dirty == nr_congested && nr_dirty != 0)
zone_set_flag(zone, ZONE_CONGESTED);

free_page_list(&free_pages);
Expand Down

0 comments on commit e6ec877

Please sign in to comment.