From: Jens Axboe Date: Fri, 19 Jan 2007 01:01:16 +0000 (+1100) Subject: cfq-iosched: tweak the FIFO checking X-Git-Tag: v2.6.21-rc1~274^2~217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb8874119e9a3ec38c45942808c91cfbc014f402;p=pandora-kernel.git cfq-iosched: tweak the FIFO checking We currently check the FIFO once per slice. Optimize that a bit and only do it as the first thing for a new slice, so we don't end up doing a single request and then seek to the FIFO requests. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed