commit | 244b4d56f85bcd11b21ab0b94845a3dabeed5c10 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Thu Jun 12 20:12:36 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Jul 03 13:21:12 2008 +0200 |
tree | 251e64f350810bd739e724192ba6235cdc91da85 | |
parent | 1c9ce5276324ae566ca409491b99a2cc8d5986fa [diff] |
block: kill request_queue_t 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>