mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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: b62e71be21 ("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>
This commit is contained in:
parent
c18ecd99e0
commit
4bc6bf7b88
|
|
@ -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
|
||||
====================== =============== =============== ========
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user