commit | 271f18f102c789f59644bb6c53a69da1df72b2f4 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Tue Jun 13 08:08:38 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Fri Jun 23 17:10:38 2006 +0200 |
tree | f3593b5dbc90da69a91a69fb170c2600775703f7 | |
parent | acf421755593f7d7bd9352d57eda796c6eb4fa43 [diff] |
[PATCH] cfq-iosched: Don't set the queue batching limits We cannot update them if the user changes nr_requests, so don't set it in the first place. The gains are pretty questionable as well. The batching loss has been shown to decrease throughput. Signed-off-by: Jens Axboe <axboe@suse.de>