commit | ec60e4f6749daf535329dac571293cf19c627aff | [log] [tgz] |
---|---|---|
author | Corrado Zoccolo <czoccolo@gmail.com> | Wed Oct 07 19:51:54 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Oct 07 19:51:54 2009 +0200 |
tree | 791e2a15281bf0a3b114af6f6c9c5b2d2b0dc982 | |
parent | b9c8946b192397394a0ccd4fcecb31bc060f79f8 [diff] |
cfq-iosched: fix think time allowed for seekers CFQ enables idle only for processes that think less than the allowed idle time. Since idle time is lower for seeky queues, we should use the correct value in the comparison. Signed-off-by: Corrado Zoccolo <czoccolo@gmail.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>