Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

block: cleanup comment for blk_flush_complete_seq

Remove the comment about return value, since it is not valid after
commit 404b8f5a03d84 ("block: cleanup kick/queued handling").

Signed-off-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Guoqing Jiang and committed by
Jens Axboe
ce24f736 754a1572

-3
-3
block/blk-flush.c
··· 160 160 * 161 161 * CONTEXT: 162 162 * spin_lock_irq(fq->mq_flush_lock) 163 - * 164 - * RETURNS: 165 - * %true if requests were added to the dispatch queue, %false otherwise. 166 163 */ 167 164 static void blk_flush_complete_seq(struct request *rq, 168 165 struct blk_flush_queue *fq,