aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/f2fs.rst
diff options
context:
space:
mode:
authorGravatar Chao Yu <yuchao0@huawei.com> 2020-06-19 11:20:28 +0800
committerGravatar Jaegeuk Kim <jaegeuk@kernel.org> 2020-07-07 21:51:44 -0700
commitfa6795552ad20509ffb1cc9ed1246b6b337f5da5 (patch)
tree2bc12a2364a326c4e4ad78a76b04a13e4c5ff259 /Documentation/filesystems/f2fs.rst
parentf2fs: add prefix for exported symbols (diff)
downloadlinux-fa6795552ad20509ffb1cc9ed1246b6b337f5da5.tar.gz
linux-fa6795552ad20509ffb1cc9ed1246b6b337f5da5.tar.bz2
linux-fa6795552ad20509ffb1cc9ed1246b6b337f5da5.zip
f2fs: fix to document reserved special compression extension
There is one reserved special compression extension: '*', which could be set via 'compress_extension="*"' mount option to enable compression for all files. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation/filesystems/f2fs.rst')
-rw-r--r--Documentation/filesystems/f2fs.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
index 099d45ac8d8f..535021c46260 100644
--- a/Documentation/filesystems/f2fs.rst
+++ b/Documentation/filesystems/f2fs.rst
@@ -258,6 +258,8 @@ compress_extension=%s Support adding specified extension, so that f2fs can enab
on compression extension list and enable compression on
these file by default rather than to enable it via ioctl.
For other files, we can still enable compression via ioctl.
+ Note that, there is one reserved special extension '*', it
+ can be set to enable compression for all files.
====================== ============================================================
Debugfs Entries