commit | 5e705374796e72b36e7bb9c59c8d46d2dc5db36a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Thu Jul 13 12:39:25 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Sat Sep 30 20:27:02 2006 +0200 |
tree | 94b365b5b56d08dfa1eb127285f7da9019bbf670 | |
parent | ff7d145fd911266ae42af7552edc32681c01addb [diff] |
[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>