cfq-iosched: reduce write depth only if sync was delayed
authorCorrado Zoccolo <czoccolo@gmail.com>
Sun, 6 Dec 2009 10:48:52 +0000 (11:48 +0100)
committerJens Axboe <axboe@carl.(none)>
Wed, 9 Dec 2009 11:32:55 +0000 (12:32 +0100)
The introduction of ramp-up formula for async queue depths has
slowed down dirty page reclaim, by reducing async write performance.
This patch makes sure the formula kicks in only when sync request
was recently delayed.

Signed-off-by: Corrado Zoccolo <czoccolo@gmail.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found