From: Corrado Zoccolo Date: Sat, 27 Feb 2010 18:45:40 +0000 (+0100) Subject: cfq-iosched: rethink seeky detection for SSDs X-Git-Tag: v2.6.34-rc1~242^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41647e7a91338dba21773a16af7474ef95e0929e;p=pandora-kernel.git cfq-iosched: rethink seeky detection for SSDs CFQ currently applies the same logic of detecting seeky queues and grouping them together for rotational disks as well as SSDs. For SSDs, the time to complete a request doesn't depend on the request location, but only on the size. This patch therefore changes the criterion to group queues by request size in case of SSDs, in order to achieve better fairness. Signed-off-by: Corrado Zoccolo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed