Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276633
b: refs/heads/master
c: 82e230a
h: refs/heads/master
i:
  276631: 6a9c0d0
v: v3
  • Loading branch information
Wu Fengguang committed Dec 8, 2011
1 parent ec308f3 commit 9176b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: c5c6343c4d75f9d3226e05a72e7861e967fc8099
refs/heads/master: 82e230a07de3812a5e87a27979f033dad59172e3
3 changes: 1 addition & 2 deletions trunk/mm/page-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,8 +989,7 @@ static unsigned long bdi_max_pause(struct backing_dev_info *bdi,
*
* 8 serves as the safety ratio.
*/
if (bdi_dirty)
t = min(t, bdi_dirty * HZ / (8 * bw + 1));
t = min(t, bdi_dirty * HZ / (8 * bw + 1));

/*
* The pause time will be settled within range (max_pause/4, max_pause).
Expand Down

0 comments on commit 9176b44

Please sign in to comment.