diff options
| author | Ming Lei <ming.lei@redhat.com> | 2018-04-08 05:48:11 -0400 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2018-04-10 10:38:46 -0400 |
| commit | 15fe8a90bb45b953ca36f074194fcb519a05fdec (patch) | |
| tree | be45867fc0f7ce3dd17db68fc2ae02f4ec79b801 /include/linux/blk-mq.h | |
| parent | f82ddf1923b90f89665d08cf219287c8f9deb739 (diff) | |
blk-mq: remove blk_mq_delay_queue()
No driver uses this interface any more, so remove it.
Cc: Stefan Haberland <sth@linux.vnet.ibm.com>
Tested-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blk-mq.h')
| -rw-r--r-- | include/linux/blk-mq.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h index 8efcf49796a3..e3986f4b3461 100644 --- a/include/linux/blk-mq.h +++ b/include/linux/blk-mq.h | |||
| @@ -183,7 +183,6 @@ enum { | |||
| 183 | BLK_MQ_S_STOPPED = 0, | 183 | BLK_MQ_S_STOPPED = 0, |
| 184 | BLK_MQ_S_TAG_ACTIVE = 1, | 184 | BLK_MQ_S_TAG_ACTIVE = 1, |
| 185 | BLK_MQ_S_SCHED_RESTART = 2, | 185 | BLK_MQ_S_SCHED_RESTART = 2, |
| 186 | BLK_MQ_S_START_ON_RUN = 3, | ||
| 187 | 186 | ||
| 188 | BLK_MQ_MAX_DEPTH = 10240, | 187 | BLK_MQ_MAX_DEPTH = 10240, |
| 189 | 188 | ||
| @@ -270,7 +269,6 @@ void blk_mq_unquiesce_queue(struct request_queue *q); | |||
| 270 | void blk_mq_delay_run_hw_queue(struct blk_mq_hw_ctx *hctx, unsigned long msecs); | 269 | void blk_mq_delay_run_hw_queue(struct blk_mq_hw_ctx *hctx, unsigned long msecs); |
| 271 | bool blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async); | 270 | bool blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async); |
| 272 | void blk_mq_run_hw_queues(struct request_queue *q, bool async); | 271 | void blk_mq_run_hw_queues(struct request_queue *q, bool async); |
| 273 | void blk_mq_delay_queue(struct blk_mq_hw_ctx *hctx, unsigned long msecs); | ||
| 274 | void blk_mq_tagset_busy_iter(struct blk_mq_tag_set *tagset, | 272 | void blk_mq_tagset_busy_iter(struct blk_mq_tag_set *tagset, |
| 275 | busy_tag_iter_fn *fn, void *priv); | 273 | busy_tag_iter_fn *fn, void *priv); |
| 276 | void blk_mq_freeze_queue(struct request_queue *q); | 274 | void blk_mq_freeze_queue(struct request_queue *q); |
