From: Aaron Carroll Date: Tue, 30 Oct 2007 09:40:13 +0000 (+0100) Subject: Deadline iosched: Reset batch for ordered requests X-Git-Tag: v2.6.24-rc2~43^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb3d72a9aa519672c9ae06f0d2f93eccb35482f;p=pandora-kernel.git Deadline iosched: Reset batch for ordered requests The deadline I/O scheduler does not reset the batch count when starting a new batch at a higher-sectored request. This means the second and subsequent batch in the same data direction will never exceed a single request in size whenever higher-sectored requests are pending. This patch gives new batches in the same data direction as old ones their full quota of requests by resetting the batch count. Signed-off-by: Aaron Carroll Signed-off-by: Jens Axboe --- Reading git-diff-tree failed