From df11e2787b5b57ecdb313f2725dc5c9a5e549576 Mon Sep 17 00:00:00 2001 From: Satoru Takeuchi Date: Sat, 14 Oct 2017 21:54:54 +0900 Subject: btrfs-progs: allow "no" to disable compression for convenience It's messy to use "" to disable compression. Introduce the new value "no" which can also be used for this purpose. Signed-off-by: Satoru Takeuchi [ coding style fixes ] Signed-off-by: David Sterba --- Documentation/btrfs-property.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/btrfs-property.asciidoc b/Documentation/btrfs-property.asciidoc index 7ed6a7df..97b90d65 100644 --- a/Documentation/btrfs-property.asciidoc +++ b/Documentation/btrfs-property.asciidoc @@ -43,7 +43,7 @@ read-only flag of subvolume: true or false label:::: label of device compression:::: -compression setting for an inode: lzo, zlib, zstd, or "" (empty string) +compression setting for an inode: lzo, zlib, zstd, no, or "" (empty string). Both no and "" are for disabling compression. *list* [-t ] :: Lists available properties with their descriptions for the given object. -- cgit v1.2.3