diff mbox series

[f2fs-dev] docs: f2fs: Correct instruction to disable checkpoint

Message ID CAFfSv_0z9gmzj0GaUKNBq9Qt00F4f9diA5O_XXyaT8pJyrSmtw@mail.gmail.com (mailing list archive)
State New
Headers show
Series [f2fs-dev] docs: f2fs: Correct instruction to disable checkpoint | expand

Commit Message

Wang Han April 9, 2023, 5:29 a.m. UTC
This should be 'disable' rather than 'disabled'.

Reported-by: LoveSy <shana@zju.edu.cn>
Signed-off-by: Wang Han <wanghan1995315@gmail.com>
---
 Documentation/filesystems/f2fs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

  EAGAIN. You may optionally add a value to indicate how much
diff mbox series

Patch

diff --git a/Documentation/filesystems/f2fs.rst
b/Documentation/filesystems/f2fs.rst
index 2055e72871fe6b..c57745375edbc7 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