diff options
| author | Denis Efremov (Oracle) <efremov@linux.com> | 2023-09-04 11:24:08 +0400 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-09-04 11:56:19 +0000 |
| commit | 818736f74e201d1207a22e2c0a739c005d3809cc (patch) | |
| tree | 59b107355dc388a81fd8c593f23cffbdd029ad5e /sys/linux/filesystem.txt | |
| parent | abdf9b3bbffdc55f63021393df30df4ff7a446cf (diff) | |
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) <efremov@linux.com>
Diffstat (limited to 'sys/linux/filesystem.txt')
| -rw-r--r-- | sys/linux/filesystem.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 [ |
