]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
block: remove REQ_TYPE_PM_SHUTDOWN
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Apr 2015 20:37:19 +0000 (22:37 +0200)
committerJens 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

index 6076b9e18dcbab5665cdbf1c30ed8c2c4d98aa67..c2829ba5e738b8ef64584578f00d73dd625845b6 100644 (file)
@@ -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 */
 };