[PATCH] cfq-iosched: kill crq
authorJens Axboe <axboe@suse.de>
Thu, 13 Jul 2006 10:39:25 +0000 (12:39 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Sat, 30 Sep 2006 18:27:02 +0000 (20:27 +0200)
Get rid of the cfq_rq request type. With the added elevator_private2, we
have enough room in struct request to get rid of any crq allocation/free
for each request.

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

No differences found