]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
blk-mq: Fix the blk_mq_tagset_busy_iter() documentation
authorBart Van Assche <bvanassche@acm.org>
Tue, 16 Sep 2025 20:40:43 +0000 (13:40 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 17 Sep 2025 13:26:29 +0000 (07:26 -0600)
commit0b507305a08c134722f363de6fe6f1ba84e313b7
tree6acc2a12529dd13db3c76f8ca53764bcbf1fbcaa
parentda7b97ba0d219a14a83e9cc93f98b53939f12944
blk-mq: Fix the blk_mq_tagset_busy_iter() documentation

Commit 2dd6532e9591 ("blk-mq: Drop 'reserved' arg of busy_tag_iter_fn")
removed the 'reserved' argument from tag iteration callback functions.
Bring the blk_mq_tagset_busy_iter() documentation in sync with that
change.

Cc: Jens Axboe <axboe@kernel.dk>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Ming Lei <ming.lei@redhat.com>
Cc: John Garry <john.g.garry@oracle.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-tag.c