[BLOCK] elevator: elv_latter/former_request update
authorTejun Heo <htejun@gmail.com>
Thu, 10 Nov 2005 17:22:36 +0000 (18:22 +0100)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Sat, 12 Nov 2005 09:57:05 +0000 (10:57 +0100)
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 <htejun@gmail.com>
Signed-off-by: Jens Axboe <axboe@suse.de>

No differences found