diff mbox series

block: null: Add documentation for "zone_nr_conv" param

Message ID 20190407081938.20318-1-minwoo.im.dev@gmail.com (mailing list archive)
State New, archived
Headers show
Series block: null: Add documentation for "zone_nr_conv" param | expand

Commit Message

Minwoo Im April 7, 2019, 8:19 a.m. UTC
zone_nr_conv module parameter was introduced by a commit
ea2c18e1("null_blk: Add conventional zone configuration for zoned
support").

This patch describes "zone_nr_conv" module parameter to the document.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
---
 Documentation/block/null_blk.txt | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Chaitanya Kulkarni April 9, 2019, 2:08 a.m. UTC | #1
Looks good.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
On 4/7/19 1:20 AM, Minwoo Im wrote:
> zone_nr_conv module parameter was introduced by a commit
> ea2c18e1("null_blk: Add conventional zone configuration for zoned
> support").
> 
> This patch describes "zone_nr_conv" module parameter to the document.
> 
> Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
> ---
>   Documentation/block/null_blk.txt | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/block/null_blk.txt b/Documentation/block/null_blk.txt
> index 4cad1024fff7..41f0a3d33bbd 100644
> --- a/Documentation/block/null_blk.txt
> +++ b/Documentation/block/null_blk.txt
> @@ -93,3 +93,7 @@ zoned=[0/1]: Default: 0
>   
>   zone_size=[MB]: Default: 256
>     Per zone size when exposed as a zoned block device. Must be a power of two.
> +
> +zone_nr_conv=[nr_conv]: Default: 0
> +  The number of conventional zones to create when block device is zoned.  If
> +  zone_nr_conv >= nr_zones, it will be reduced to nr_zones - 1.
>
Jens Axboe April 9, 2019, 2:18 p.m. UTC | #2
On 4/7/19 2:19 AM, Minwoo Im wrote:
> zone_nr_conv module parameter was introduced by a commit
> ea2c18e1("null_blk: Add conventional zone configuration for zoned
> support").
> 
> This patch describes "zone_nr_conv" module parameter to the document.

Applied, thanks.
diff mbox series

Patch

diff --git a/Documentation/block/null_blk.txt b/Documentation/block/null_blk.txt
index 4cad1024fff7..41f0a3d33bbd 100644
--- a/Documentation/block/null_blk.txt
+++ b/Documentation/block/null_blk.txt
@@ -93,3 +93,7 @@  zoned=[0/1]: Default: 0
 
 zone_size=[MB]: Default: 256
   Per zone size when exposed as a zoned block device. Must be a power of two.
+
+zone_nr_conv=[nr_conv]: Default: 0
+  The number of conventional zones to create when block device is zoned.  If
+  zone_nr_conv >= nr_zones, it will be reduced to nr_zones - 1.