diff options
author | Christoph Hellwig <hch@lst.de> | 2015-04-17 16:37:16 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-05-05 15:40:03 -0400 |
commit | 4f8c9510ba71bb54477841bebb90154ef140860f (patch) | |
tree | cd9b4ceba775435e30998a9e737d2270d7f5c82d /include | |
parent | dac56212e8127dbc0bff7be35c508bc280213309 (diff) |
block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/blkdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 7f9a516f24de..98c90272443b 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -79,10 +79,10 @@ enum rq_cmd_type_bits { | |||
79 | REQ_TYPE_PM_SUSPEND, /* suspend request */ | 79 | REQ_TYPE_PM_SUSPEND, /* suspend request */ |
80 | REQ_TYPE_PM_RESUME, /* resume request */ | 80 | REQ_TYPE_PM_RESUME, /* resume request */ |
81 | REQ_TYPE_PM_SHUTDOWN, /* shutdown request */ | 81 | REQ_TYPE_PM_SHUTDOWN, /* shutdown request */ |
82 | REQ_TYPE_SPECIAL, /* driver defined type */ | 82 | REQ_TYPE_DRV_PRIV, /* driver defined type */ |
83 | /* | 83 | /* |
84 | * for ATA/ATAPI devices. this really doesn't belong here, ide should | 84 | * for ATA/ATAPI devices. this really doesn't belong here, ide should |
85 | * use REQ_TYPE_SPECIAL and use rq->cmd[0] with the range of driver | 85 | * use REQ_TYPE_DRV_PRIV and use rq->cmd[0] with the range of driver |
86 | * private REQ_LB opcodes to differentiate what type of request this is | 86 | * private REQ_LB opcodes to differentiate what type of request this is |
87 | */ | 87 | */ |
88 | REQ_TYPE_ATA_TASKFILE, | 88 | REQ_TYPE_ATA_TASKFILE, |