Skip to content

Commit 726865e

Browse files
chaseyuJaegeuk Kim
authored andcommitted
f2fs: doc: fix description of max_small_discards
The description of max_small_discards is out-of-update in below two aspects, fix it. - it is disabled by default - small discards will be issued during checkpoint Signed-off-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
1 parent 0cc81b1 commit 726865e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/ABI/testing/sysfs-fs-f2fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ What: /sys/fs/f2fs/<disk>/max_small_discards
102102
Date: November 2013
103103
Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
104104
Description: Controls the issue rate of discard commands that consist of small
105-
blocks less than 2MB. The candidates to be discarded are cached until
106-
checkpoint is triggered, and issued during the checkpoint.
107-
By default, it is disabled with 0.
105+
blocks less than 2MB. The candidates to be discarded are cached during
106+
checkpoint, and issued by issue_discard thread after checkpoint.
107+
It is enabled by default.
108108

109109
What: /sys/fs/f2fs/<disk>/max_ordered_discard
110110
Date: October 2022

0 commit comments

Comments
 (0)