git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3542a5c
)
writeback: make balance_dirty_pages() gradually back more off
author
Jens Axboe
<jens.axboe@oracle.com>
Thu, 17 Sep 2009 17:59:14 +0000
(19:59 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 21 Sep 2009 13:40:33 +0000
(15:40 +0200)
Currently it just sleeps for a very short time, just 1 jiffy. If
we keep looping in there, continually delay for a little longer
of up to 100msec in total. That was the old limit for congestion
wait.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found