Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164286
b: refs/heads/master
c: 3542a5c
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Sep 21, 2009
1 parent 7aeb80f commit 742fd3a
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: 92f25053c0189f8d2887f837d3936cdca1cdf730
refs/heads/master: 3542a5c0de3d5b33227214a692bf9b12e249078e
2 changes: 1 addition & 1 deletion trunk/mm/page-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ static void balance_dirty_pages(struct address_space *mapping)
if (pages_written >= write_chunk)
break; /* We've done our duty */

schedule_timeout(1);
schedule_timeout_interruptible(1);
}

if (bdi_nr_reclaimable + bdi_nr_writeback < bdi_thresh &&
Expand Down

0 comments on commit 742fd3a

Please sign in to comment.