blk-mq: Document tags_srcu member in blk_mq_tag_set structure
authorMing Lei <ming.lei@redhat.com>
Tue, 9 Sep 2025 12:33:10 +0000 (20:33 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 9 Sep 2025 13:37:05 +0000 (07:37 -0600)
commit199c9a8d26638845f509b76e3c176c27e7baafd7
treefe0a83ee816029981843600ea32ac57586b7f39c
parentd86eaa0f3c56da286853b698b45c8ce404291082
blk-mq: Document tags_srcu member in blk_mq_tag_set structure

Add missing documentation for the tags_srcu member that was introduced
to defer freeing of tags page_list to prevent use-after-free when
iterating tags.

Fixes htmldocs warning:
WARNING: include/linux/blk-mq.h:536 struct member 'tags_srcu' not described in 'blk_mq_tag_set'

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blk-mq.h