aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-07-17 11:01:50 +0200
committerDmitry Vyukov <dvyukov@google.com>2025-07-17 12:38:59 +0000
commit88248e14c8cbf1fbd42c1a1a91b709987b4be842 (patch)
tree3559d25902e4aa2a9bebc3927ac61b5cc5fb6e29 /sys
parent338f25e2408a360bd3af7f03091b1cbda0887a52 (diff)
sys/linux: drop the "debug" mount option for gfs2
This is equivalent to errors=panic.
Diffstat (limited to 'sys')
-rw-r--r--sys/linux/filesystem.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt
index dbb9bc93f..d97f64fa0 100644
--- a/sys/linux/filesystem.txt
+++ b/sys/linux/filesystem.txt
@@ -473,13 +473,13 @@ iso9660_options [
iso9660_blocks = 512, 1024, 2048
+# Note that the "debug" option has been omitted since it's equivalent to "errors=panic".
gfs2_options [
spectator stringnoz["spectator"]
norecovery stringnoz["norecovery"]
ignore_local_fs stringnoz["ignore_local_fs"]
localflocks stringnoz["localflocks"]
localcaching stringnoz["localcaching"]
- debug stringnoz["debug"]
nodebug stringnoz["nodebug"]
upgrade stringnoz["upgrade"]
acl stringnoz["acl"]