]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] cfq-iosched: Don't set the queue batching limits
authorJens Axboe <axboe@suse.de>
Tue, 13 Jun 2006 06:08:38 +0000 (08:08 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Fri, 23 Jun 2006 15:10:38 +0000 (17:10 +0200)
commit6a1c5d31645181b598b1a41fd05306eac7fd92a7
treef3593b5dbc90da69a91a69fb170c2600775703f7
parent52cc015625a1128d0a63de5aa17867c775bc5885
[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>
block/cfq-iosched.c