Skip to content

Commit 562abda

Browse files
aviraxpJaegeuk Kim
authored andcommitted
docs: f2fs: Correct instruction to disable checkpoint
This should be 'disable' rather than 'disabled'. Reported-by: LoveSy <shana@zju.edu.cn> Signed-off-by: Wang Han <wanghan1995315@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
1 parent 6fd257c commit 562abda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/filesystems/f2fs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ checkpoint=%s[:%u[%]] Set to "disable" to turn off checkpointing. Set to "enabl
264264
disabled, any unmounting or unexpected shutdowns will cause
265265
the filesystem contents to appear as they did when the
266266
filesystem was mounted with that option.
267-
While mounting with checkpoint=disabled, the filesystem must
267+
While mounting with checkpoint=disable, the filesystem must
268268
run garbage collection to ensure that all available space can
269269
be used. If this takes too much time, the mount may return
270270
EAGAIN. You may optionally add a value to indicate how much

0 commit comments

Comments
 (0)