From: Tejun Heo Date: Thu, 10 Nov 2005 17:22:36 +0000 (+0100) Subject: [BLOCK] elevator: elv_latter/former_request update X-Git-Tag: v2.6.15-rc2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3beb2077125d8457118140653e75efc998ac6630;p=pandora-kernel.git [BLOCK] elevator: elv_latter/former_request update With generic dispatch queue update, implicit former/latter request handling using rq->queuelist.prev/next doesn't work as expected anymore. Also, the only iosched dependent on this feature was noop-iosched and it has been reimplemented to have its own latter/former methods. This patch removes implicit former/latter handling. Signed-off-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed