]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
blk-mq: Fix more tag iteration function documentation
authorBart Van Assche <bvanassche@acm.org>
Mon, 22 Sep 2025 20:13:24 +0000 (13:13 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 23 Sep 2025 06:20:31 +0000 (00:20 -0600)
commitfea55691aca1edf2fe612fd75536ec26354a8c4a
treeeb3fa630ea25a8f21c46067150046869025f9846
parenta3835a44107fcbf05f183b5e8b60a8e4605b15ea
blk-mq: Fix more tag iteration function documentation

Commit 8ab30a331946 ("blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argument")
removed the hctx argument from the callback functions called by
bt_for_each() and blk_mq_queue_tag_busy_iter(). Commit 2dd6532e9591
("blk-mq: Drop 'reserved' arg of busy_tag_iter_fn") removed the
'reserved' argument of the busy_tag_iter_fn function pointer type. Bring
the documentation of the tag iteration functions in sync with these
changes.

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