summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/f2fs.rst
diff options
context:
space:
mode:
authorYangtao Li <frank.li@vivo.com>2022-12-13 23:08:37 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2023-01-06 15:13:16 -0800
commita9e292f2aeb737b263b1c14281be239405e1bb19 (patch)
tree7dd9c7e2e780990ce3e24b7b7a52d92ca5446e8b /Documentation/filesystems/f2fs.rst
parent3cf684f2f8e0229714fb6d051508b42d3320e78f (diff)
downloadlinux-stable-a9e292f2aeb737b263b1c14281be239405e1bb19.tar.gz
linux-stable-a9e292f2aeb737b263b1c14281be239405e1bb19.tar.bz2
linux-stable-a9e292f2aeb737b263b1c14281be239405e1bb19.zip
docs: f2fs: fix html doc error
There is a problem with the html converted from the previous commit 6047de5482c3 ("f2fs: add barrier mount option") code submission. Probably something like this: barrier If this option is set, cache_flush commands are allowed to be Let's fix it. Signed-off-by: Yangtao Li <frank.li@vivo.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation/filesystems/f2fs.rst')
-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 220f3e0d3f55..2055e72871fe 100644
--- a/Documentation/filesystems/f2fs.rst
+++ b/Documentation/filesystems/f2fs.rst
@@ -158,7 +158,7 @@ nobarrier This option can be used if underlying storage guarantees
If this option is set, no cache_flush commands are issued
but f2fs still guarantees the write ordering of all the
data writes.
-barrier If this option is set, cache_flush commands are allowed to be
+barrier If this option is set, cache_flush commands are allowed to be
issued.
fastboot This option is used when a system wants to reduce mount
time as much as possible, even though normal performance