mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
block: cleanup comment for blk_flush_complete_seq
Remove the comment about return value, since it is not valid after
commit 404b8f5a03
("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>
This commit is contained in:
committed by
Jens Axboe
parent
754a15726f
commit
ce24f736f2
@@ -160,9 +160,6 @@ static void blk_account_io_flush(struct request *rq)
|
|||||||
*
|
*
|
||||||
* CONTEXT:
|
* CONTEXT:
|
||||||
* spin_lock_irq(fq->mq_flush_lock)
|
* spin_lock_irq(fq->mq_flush_lock)
|
||||||
*
|
|
||||||
* RETURNS:
|
|
||||||
* %true if requests were added to the dispatch queue, %false otherwise.
|
|
||||||
*/
|
*/
|
||||||
static void blk_flush_complete_seq(struct request *rq,
|
static void blk_flush_complete_seq(struct request *rq,
|
||||||
struct blk_flush_queue *fq,
|
struct blk_flush_queue *fq,
|
||||||
|
Reference in New Issue
Block a user