Skip to content

Commit bf9fc98

Browse files
minwooimaxboe
authored andcommitted
null_blk: add an usage for shared tags in documentation
Add usage explanation for a shared_tags, introduced by commit: 82f402f ("null_blk: add support for shared tags") Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com> Reworded slightly. Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent e881524 commit bf9fc98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/block/null_blk.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ use_lightnvm=[0/1]: Default: 0
7777
no_sched=[0/1]: Default: 0
7878
0: nullb* use default blk-mq io scheduler.
7979
1: nullb* doesn't use io scheduler.
80+
81+
shared_tags=[0/1]: Default: 0
82+
0: Tag set is not shared.
83+
1: Tag set shared between devices for blk-mq. Only makes sense with
84+
nr_devices > 1, otherwise there's no tag set to share.

0 commit comments

Comments
 (0)