From: Jens Axboe Date: Tue, 25 Jul 2006 13:05:21 +0000 (+0200) Subject: [PATCH] cfq-iosched: don't use a hard jiffies value, translate from msecs X-Git-Tag: v2.6.18-rc3~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44eb123126d289bac398cac0232309c228386671;p=pandora-kernel.git [PATCH] cfq-iosched: don't use a hard jiffies value, translate from msecs The CIC_SEEKY() test really wants to use the minimum of either: - 2 msecs (not jiffies) - or, the pending slice time So code it like that. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed