[PATCH] deadline-iosched: remove elevator private drq request type
authorJens Axboe <axboe@suse.de>
Thu, 13 Jul 2006 10:36:41 +0000 (12:36 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Sat, 30 Sep 2006 18:27:00 +0000 (20:27 +0200)
A big win, we now save an allocation/free on each request! With the
previous rb/hash abstractions, we can just reuse queuelist/donelist
for the FIFO data and be done with it.

Signed-off-by: Jens Axboe <axboe@suse.de>

No differences found