diff mbox series

btrfs-progs: docs: fix label property description

Message ID 20190803214403.1040-1-hans@knorrie.org (mailing list archive)
State New, archived
Headers show
Series btrfs-progs: docs: fix label property description | expand

Commit Message

Hans van Kranenburg Aug. 3, 2019, 9:44 p.m. UTC
From: Hans van Kranenburg <hans.van.kranenburg@mendix.com>

Recently, commit c9da5695b2 improved the description for the label
property, to clarify it's a filesystem property, and not a device
property. Follow this change in the man page for btrfs-property.

Also add a little hint about what to specify as object.

Signed-off-by: Hans van Kranenburg <hans.van.kranenburg@mendix.com>
---
 Documentation/btrfs-property.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Anand Jain Aug. 6, 2019, 3:20 p.m. UTC | #1
On 8/4/19 5:44 AM, Hans van Kranenburg wrote:
> From: Hans van Kranenburg <hans.van.kranenburg@mendix.com>
> 
> Recently, commit c9da5695b2 improved the description for the label
> property, to clarify it's a filesystem property, and not a device
> property. Follow this change in the man page for btrfs-property.
> 
> Also add a little hint about what to specify as object.
> 
> Signed-off-by: Hans van Kranenburg <hans.van.kranenburg@mendix.com>

Reviewed-by: Anand Jain <anand.jain@oracle.com>



> ---
>   Documentation/btrfs-property.asciidoc | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/btrfs-property.asciidoc b/Documentation/btrfs-property.asciidoc
> index b562717b..47960833 100644
> --- a/Documentation/btrfs-property.asciidoc
> +++ b/Documentation/btrfs-property.asciidoc
> @@ -43,7 +43,8 @@ the following:
>   ro::::
>   read-only flag of subvolume: true or false
>   label::::
> -label of device
> +label of the filesystem. For an unmounted filesystem, provide a path to a block
> +device as object. For a mounted filesystem, specify a mount point.
>   compression::::
>   compression algorithm set for an inode, possible values: 'lzo', 'zlib', 'zstd'.
>   To disable compression use "" (empty string), 'no' or 'none'.
>
David Sterba Aug. 6, 2019, 4:49 p.m. UTC | #2
On Sat, Aug 03, 2019 at 11:44:03PM +0200, Hans van Kranenburg wrote:
> From: Hans van Kranenburg <hans.van.kranenburg@mendix.com>
> 
> Recently, commit c9da5695b2 improved the description for the label
> property, to clarify it's a filesystem property, and not a device
> property. Follow this change in the man page for btrfs-property.
> 
> Also add a little hint about what to specify as object.
> 
> Signed-off-by: Hans van Kranenburg <hans.van.kranenburg@mendix.com>

Applied, thanks.
diff mbox series

Patch

diff --git a/Documentation/btrfs-property.asciidoc b/Documentation/btrfs-property.asciidoc
index b562717b..47960833 100644
--- a/Documentation/btrfs-property.asciidoc
+++ b/Documentation/btrfs-property.asciidoc
@@ -43,7 +43,8 @@  the following:
 ro::::
 read-only flag of subvolume: true or false
 label::::
-label of device
+label of the filesystem. For an unmounted filesystem, provide a path to a block
+device as object. For a mounted filesystem, specify a mount point.
 compression::::
 compression algorithm set for an inode, possible values: 'lzo', 'zlib', 'zstd'.
 To disable compression use "" (empty string), 'no' or 'none'.