aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorGravatar Wang Han <wanghan1995315@gmail.com> 2023-04-09 13:29:51 +0800
committerGravatar Jaegeuk Kim <jaegeuk@kernel.org> 2023-04-12 20:00:36 -0700
commit562abda40188ee20113c21e8bfad725d6fd61056 (patch)
tree42861c00f3e7df8545856e31df536b64cc40823d /Documentation/filesystems
parentf2fs: fix to keep consistent i_gc_rwsem lock order (diff)
downloadlinux-562abda40188ee20113c21e8bfad725d6fd61056.tar.gz
linux-562abda40188ee20113c21e8bfad725d6fd61056.tar.bz2
linux-562abda40188ee20113c21e8bfad725d6fd61056.zip
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>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/f2fs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
index 2055e72871fe..c57745375edb 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