Commit 562abda4 authored by Wang Han's avatar Wang Han Committed by Jaegeuk Kim

docs: f2fs: Correct instruction to disable checkpoint

This should be 'disable' rather than 'disabled'.
Reported-by: default avatarLoveSy <shana@zju.edu.cn>
Signed-off-by: default avatarWang Han <wanghan1995315@gmail.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 6fd257cb
......@@ -264,7 +264,7 @@ checkpoint=%s[:%u[%]] Set to "disable" to turn off checkpointing. Set to "enabl
disabled, any unmounting or unexpected shutdowns will cause
the filesystem contents to appear as they did when the
filesystem was mounted with that option.
While mounting with checkpoint=disabled, the filesystem must
While mounting with checkpoint=disable, the filesystem must
run garbage collection to ensure that all available space can
be used. If this takes too much time, the mount may return
EAGAIN. You may optionally add a value to indicate how much
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment