projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9ce52
)
block: kill request_queue_t
author
Jens Axboe
<jens.axboe@oracle.com>
Thu, 12 Jun 2008 18:12:36 +0000
(20:12 +0200)
committer
Jens 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>
include/linux/blkdev.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/blkdev.h
b/include/linux/blkdev.h
index d2a1b71e93c3eee9570e86513bdb2786d260699c..6a3da6717135d62dc4b581dc84f920a6ac1cc0d8 100644
(file)
--- a/
include/linux/blkdev.h
+++ b/
include/linux/blkdev.h
@@
-23,7
+23,6
@@
struct scsi_ioctl_command;
struct request_queue;
-typedef struct request_queue request_queue_t __deprecated;
struct elevator_queue;
typedef struct elevator_queue elevator_t;
struct request_pm_state;