diff mbox

[3/3] ubifs: add "compr=lz4hc" into ubifs.txt

Message ID 1488259037-12565-1-git-send-email-hyc.lee@gmail.com
State Deferred, archived
Delegated to: Richard Weinberger
Headers show

Commit Message

Hyunchul Lee Feb. 28, 2017, 5:17 a.m. UTC
From: Hyunchul Lee <cheol.lee@lge.com>

Signed-off-by: Hyunchul Lee <cheol.lee@lge.com>
---
 Documentation/filesystems/ubifs.txt | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/Documentation/filesystems/ubifs.txt b/Documentation/filesystems/ubifs.txt
index a0a61d2..1133200 100644
--- a/Documentation/filesystems/ubifs.txt
+++ b/Documentation/filesystems/ubifs.txt
@@ -91,6 +91,7 @@  chk_data_crc		do not skip checking CRCs on data nodes
 compr=none              override default compressor and set it to "none"
 compr=lzo               override default compressor and set it to "lzo"
 compr=zlib              override default compressor and set it to "zlib"
+compr=lz4hc             override default compressor and set it to "lz4hc"
 
 
 Quick usage instructions