mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 17:41:50 +00:00
[BLOCK] Add request_queue_t and mark it deprecated
Andrew thinks I should be nice and allow outside code to at least just compile, so add the request_queue_t typedef back and mark it deprecated. It'll warn people that this type is going away soonish. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
165125e1e4
commit
71f65e6bd7
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
struct scsi_ioctl_command;
|
struct scsi_ioctl_command;
|
||||||
|
|
||||||
struct request_queue;
|
struct request_queue;
|
||||||
|
typedef struct request_queue request_queue_t __deprecated;
|
||||||
struct elevator_queue;
|
struct elevator_queue;
|
||||||
typedef struct elevator_queue elevator_t;
|
typedef struct elevator_queue elevator_t;
|
||||||
struct request_pm_state;
|
struct request_pm_state;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue