1
0
Fork 0

blk-mq: remove stale comment for blk_mq_complete_request()

It works for both IPI and local completions as of commit
95f0968499.

Signed-off-by: Jens Axboe <axboe@fb.com>
hifive-unleashed-5.1
Jens Axboe 2014-05-28 08:06:34 -06:00
parent 95f0968499
commit 7738dac4f6
1 changed files with 0 additions and 5 deletions

View File

@ -172,11 +172,6 @@ void blk_mq_end_io(struct request *rq, int error);
void __blk_mq_end_io(struct request *rq, int error);
void blk_mq_requeue_request(struct request *rq);
/*
* Complete request through potential IPI for right placement. Driver must
* have defined a mq_ops->complete() hook for this.
*/
void blk_mq_complete_request(struct request *rq);
void blk_mq_stop_hw_queue(struct blk_mq_hw_ctx *hctx);