diff options
author | Jens Axboe <axboe@fb.com> | 2014-05-28 10:06:34 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-05-28 10:06:34 -0400 |
commit | 7738dac4f697ffbd0ed4c4aeb69a714ef9d876da (patch) | |
tree | c4e900a31d64827ea49c1a9bf369952b9779968f /include/linux/blk-mq.h | |
parent | 95f096849932fe5eaa7bfec887530cf556744a76 (diff) |
blk-mq: remove stale comment for blk_mq_complete_request()
It works for both IPI and local completions as of commit
95f096849932.
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/blk-mq.h')
-rw-r--r-- | include/linux/blk-mq.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h index 1dfeb1529a61..5b171fbe95c5 100644 --- a/include/linux/blk-mq.h +++ b/include/linux/blk-mq.h | |||
@@ -172,11 +172,6 @@ void blk_mq_end_io(struct request *rq, int error); | |||
172 | void __blk_mq_end_io(struct request *rq, int error); | 172 | void __blk_mq_end_io(struct request *rq, int error); |
173 | 173 | ||
174 | void blk_mq_requeue_request(struct request *rq); | 174 | void blk_mq_requeue_request(struct request *rq); |
175 | |||
176 | /* | ||
177 | * Complete request through potential IPI for right placement. Driver must | ||
178 | * have defined a mq_ops->complete() hook for this. | ||
179 | */ | ||
180 | void blk_mq_complete_request(struct request *rq); | 175 | void blk_mq_complete_request(struct request *rq); |
181 | 176 | ||
182 | void blk_mq_stop_hw_queue(struct blk_mq_hw_ctx *hctx); | 177 | void blk_mq_stop_hw_queue(struct blk_mq_hw_ctx *hctx); |