[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)
commit8840faa1eebba22a9e2f86acddc0cf5145937df4
tree4938f01545638879f616aab59d54821ff7739a3f
parent9e2585a8a23f3a42f815b2a638725d85a921cd65
[PATCH] deadline-iosched: remove elevator private drq request type

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>
block/deadline-iosched.c