projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0b93b4
)
block: remove REQ_TYPE_PM_SHUTDOWN
author
Christoph Hellwig
<hch@lst.de>
Fri, 17 Apr 2015 20:37:19 +0000
(22:37 +0200)
committer
Jens Axboe
<axboe@fb.com>
Tue, 5 May 2015 19:40:10 +0000
(13:40 -0600)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
include/linux/blkdev.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/blkdev.h
b/include/linux/blkdev.h
index 6076b9e18dcbab5665cdbf1c30ed8c2c4d98aa67..c2829ba5e738b8ef64584578f00d73dd625845b6 100644
(file)
--- a/
include/linux/blkdev.h
+++ b/
include/linux/blkdev.h
@@
-77,7
+77,6
@@
enum rq_cmd_type_bits {
REQ_TYPE_BLOCK_PC, /* scsi command */
REQ_TYPE_PM_SUSPEND, /* suspend request */
REQ_TYPE_PM_RESUME, /* resume request */
- REQ_TYPE_PM_SHUTDOWN, /* shutdown request */
REQ_TYPE_DRV_PRIV, /* driver defined types from here */
};