[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)
commit5e705374796e72b36e7bb9c59c8d46d2dc5db36a
tree94b365b5b56d08dfa1eb127285f7da9019bbf670
parentff7d145fd911266ae42af7552edc32681c01addb
[PATCH] cfq-iosched: kill crq

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