Skip to content

Commit

Permalink
null_blk: add an usage for shared tags in documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Minwoo Im authored and Jens Axboe committed Nov 7, 2017
1 parent e881524 commit bf9fc98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/block/null_blk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@ use_lightnvm=[0/1]: Default: 0
no_sched=[0/1]: Default: 0
0: nullb* use default blk-mq io scheduler.
1: nullb* doesn't use io scheduler.

shared_tags=[0/1]: Default: 0
0: Tag set is not shared.
1: Tag set shared between devices for blk-mq. Only makes sense with
nr_devices > 1, otherwise there's no tag set to share.

0 comments on commit bf9fc98

Please sign in to comment.