aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux
diff options
context:
space:
mode:
authorSablin Viacheslav <sjava1902@gmail.com>2024-11-09 01:36:21 +0300
committerTaras Madan <tarasmadan@google.com>2024-11-11 07:37:59 +0000
commit0c4b1325b9b691b1f98aea7b53252b81405a810f (patch)
tree01311d57a3e2a9bb0e5b63bda3484599b2589a3a /sys/linux
parent6b856513c13bbdf86191190923fb64438219ea68 (diff)
sys/linux: update 9p mount options
Diffstat (limited to 'sys/linux')
-rw-r--r--sys/linux/fs_9p.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/fs_9p.txt b/sys/linux/fs_9p.txt
index 4295be1b3..580531d90 100644
--- a/sys/linux/fs_9p.txt
+++ b/sys/linux/fs_9p.txt
@@ -269,6 +269,7 @@ p9_options [
cache_loose stringnoz["cache=loose"]
cache_fscache stringnoz["cache=fscache"]
cache_mmap stringnoz["cache=mmap"]
+ cache_readahead stringnoz["cache=readahead"]
debug fs_opt_hex["debug", int64]
noextend stringnoz["noextend"]
nodevmap stringnoz["nodevmap"]
@@ -289,4 +290,7 @@ p9_options [
access_any stringnoz["access=any"]
access_client stringnoz["access=client"]
access_uid fs_opt_dec["access", uid]
+ noxattr stringnoz["noxattr"]
+ directio stringnoz["directio"]
+ ignoreqv stringnoz["ignoreqv"]
] [varlen]