Skip to content

Commit 4fc781a

Browse files
chaseyuJaegeuk Kim
authored andcommitted
f2fs: fix wrong description of compress feature in f2fs.rst
f2fs will try compressing data in cluster only when "all logical blocks in cluster contain valid data" rather than "all logical blocks in file are valid". Signed-off-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
1 parent f567adb commit 4fc781a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/filesystems/f2fs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,8 @@ Compression implementation
739739

740740
- In order to eliminate write amplification during overwrite, F2FS only
741741
support compression on write-once file, data can be compressed only when
742-
all logical blocks in file are valid and cluster compress ratio is lower
743-
than specified threshold.
742+
all logical blocks in cluster contain valid data and compress ratio of
743+
cluster data is lower than specified threshold.
744744

745745
- To enable compression on regular inode, there are three ways:
746746

0 commit comments

Comments
 (0)