diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-08-20 11:34:27 +0700 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2025-08-28 00:09:01 +0000 |
commit | 4bc6bf7b8830cc403a3cea7f4ef8794831126f54 (patch) | |
tree | 75d6bba67d67be66b82d2661050c25dc1453dbd0 | |
parent | c18ecd99e0c707ef8f83cace861cbc3162f4fdf1 (diff) |
Documentation: f2fs: Separate errors mode subtable
errors=%s subtable is shown in htmldocs output as long-running paragraph
instead due to missing separator from its previous paragraph. Add it.
Fixes: b62e71be2110 ("f2fs: support errors=remount-ro|continue|panic mountoption")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r-- | Documentation/filesystems/f2fs.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst index e06cbb823bb7..acae1ce0f069 100644 --- a/Documentation/filesystems/f2fs.rst +++ b/Documentation/filesystems/f2fs.rst @@ -360,6 +360,7 @@ errors=%s Specify f2fs behavior on critical errors. This supports modes: panic immediately, continue without doing anything, and remount the partition in read-only mode. By default it uses "continue" mode. + ====================== =============== =============== ======== mode continue remount-ro panic ====================== =============== =============== ======== |