Commit 7738dac4 authored by Jens Axboe's avatar Jens Axboe

blk-mq: remove stale comment for blk_mq_complete_request()

It works for both IPI and local completions as of commit
95f09684.
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 95f09684
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment