From: Jens Axboe Date: Thu, 13 Jul 2006 10:36:41 +0000 (+0200) Subject: [PATCH] deadline-iosched: remove elevator private drq request type X-Git-Tag: v2.6.19-rc1~640^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8840faa1eebba22a9e2f86acddc0cf5145937df4;p=pandora-kernel.git [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 --- Reading git-diff-tree failed