From: Yangtao Li Date: Tue, 13 Dec 2022 15:08:37 +0000 (+0800) Subject: docs: f2fs: fix html doc error X-Git-Tag: v6.6.17~5403^2~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9e292f2aeb737b263b1c14281be239405e1bb19;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst index 220f3e0..2055e72 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