docs: f2fs: Correct instruction to disable checkpoint
authorWang Han <wanghan1995315@gmail.com>
Sun, 9 Apr 2023 05:29:51 +0000 (13:29 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 13 Apr 2023 03:00:36 +0000 (20:00 -0700)
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>
Documentation/filesystems/f2fs.rst

index 2055e72871fe6b1c51d45fbd93daad764e15d634..c57745375edbc76a3eabcc51edd3458919f547ed 100644 (file)
@@ -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