From 818736f74e201d1207a22e2c0a739c005d3809cc Mon Sep 17 00:00:00 2001 From: "Denis Efremov (Oracle)" Date: Mon, 4 Sep 2023 11:24:08 +0400 Subject: sys/linux/filesystem: add f2fs errors=remount-ro|continue mount option Handle torvalds/linux@b62e71be2110 ("f2fs: support errors=remount-ro|continue|panic mountoption") `errors=panic` is not added because it will cause many false positives. Signed-off-by: Denis Efremov (Oracle) --- sys/linux/filesystem.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt index 8c5fef28e..e6da1a46b 100644 --- a/sys/linux/filesystem.txt +++ b/sys/linux/filesystem.txt @@ -759,6 +759,8 @@ f2fs_options [ fsync_mode_posix stringnoz["fsync_mode=posix"] fsync_mode_strict stringnoz["fsync_mode=strict"] test_dummy_encryption stringnoz["test_dummy_encryption"] + errors_continue stringnoz["errors=continue"] + errors_remount stringnoz["errors=remount-ro"] ] [varlen] bpf_options [ -- cgit mrf-deployment