From: Wang Han Date: Sun, 9 Apr 2023 05:29:51 +0000 (+0800) Subject: docs: f2fs: Correct instruction to disable checkpoint X-Git-Tag: v6.6.7~3005^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=562abda40188ee20113c21e8bfad725d6fd61056;p=platform%2Fkernel%2Flinux-starfive.git docs: f2fs: Correct instruction to disable checkpoint This should be 'disable' rather than 'disabled'. Reported-by: LoveSy Signed-off-by: Wang Han Signed-off-by: Jaegeuk Kim --- diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst index 2055e72..c577453 100644 --- a/Documentation/filesystems/f2fs.rst +++ b/Documentation/filesystems/f2fs.rst @@ -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