From: Jens Axboe Date: Wed, 28 May 2014 14:06:34 +0000 (-0600) Subject: blk-mq: remove stale comment for blk_mq_complete_request() X-Git-Tag: v4.9.8~5950^2~52^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7738dac4f697ffbd0ed4c4aeb69a714ef9d876da;p=platform%2Fkernel%2Flinux-rpi3.git 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 --- diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h index 1dfeb15..5b171fb 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); 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);