commit | 1afba0451c83cbff622a08f2d86fbb2e680dfd5f | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Apr 17 12:47:55 2007 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Mon Apr 30 09:01:21 2007 +0200 |
tree | 7da7b97114b73d6d9788cf8663cd3aa28433c0dd | |
parent | 6d048f5310aa2dda2b5acd947eab3598c25e269f [diff] |
cfq-iosched: minor updates - Move the queue_new flag clear to when the queue is selected - Only select the non-first queue in cfq_get_best_queue(), if there's a substantial difference between the best and first. - Get rid of ->busy_rr - Only select a close cooperator, if the current queue is known to take a while to "think". Signed-off-by: Jens Axboe <jens.axboe@oracle.com>