Skip to content

Commit

Permalink
sys/linux: update 9p mount options
Browse files Browse the repository at this point in the history
  • Loading branch information
Sablin Viacheslav authored and tarasmadan committed Nov 11, 2024
1 parent 6b85651 commit 0c4b132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sys/linux/fs_9p.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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]

0 comments on commit 0c4b132

Please sign in to comment.