commit | 8840faa1eebba22a9e2f86acddc0cf5145937df4 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Thu Jul 13 12:36:41 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Sat Sep 30 20:27:00 2006 +0200 |
tree | 4938f01545638879f616aab59d54821ff7739a3f | |
parent | 9e2585a8a23f3a42f815b2a638725d85a921cd65 [diff] |
[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>