From: Jens Axboe Date: Mon, 20 Oct 2008 13:44:28 +0000 (+0200) Subject: cfq-iosched: remove limit of dispatch depth of max 4 times quantum X-Git-Tag: v2.6.29-rc1~569^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e0dc28bff9dc456cdfc2aae4aca78b8b1a1cec;p=pandora-kernel.git cfq-iosched: remove limit of dispatch depth of max 4 times quantum This basically limits the hardware queue depth to 4*quantum at any point in time, which is 16 with the default settings. As CFQ uses other means to shrink the hardware queue when necessary in the first place, there's really no need for this extra heuristic. Additionally, it ends up hurting performance in some cases. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed