summaryrefslogtreecommitdiff
path: root/Documentation/btrfs-property.asciidoc
diff options
context:
space:
mode:
authorSatoru Takeuchi <satoru.takeuchi@gmail.com>2017-10-14 21:54:54 +0900
committerDavid Sterba <dsterba@suse.com>2017-11-14 15:59:00 +0100
commitdf11e2787b5b57ecdb313f2725dc5c9a5e549576 (patch)
tree8cd4fd0e94e6d862a578634abd36afe5a6f2d3fc /Documentation/btrfs-property.asciidoc
parent4a5b95abb620175ca6eb356ff8a7d698891fa8ab (diff)
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 <satoru.takeuchi@gmail.com> [ coding style fixes ] Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation/btrfs-property.asciidoc')
-rw-r--r--Documentation/btrfs-property.asciidoc2
1 files changed, 1 insertions, 1 deletions
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 <type>] <object>::
Lists available properties with their descriptions for the given object.