block: kill request_queue_t
authorJens Axboe <jens.axboe@oracle.com>
Thu, 12 Jun 2008 18:12:36 +0000 (20:12 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 3 Jul 2008 11:21:12 +0000 (13:21 +0200)
Everything was moved to struct request_queue a few kernel revisions
ago, maintaining the deprecated typedef to avoid breaking things.
Now the time has come to get rid of that typedef.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found