diff options
author | Eric Van Hensbergen <ericvh@kernel.org> | 2022-12-17 18:19:34 +0100 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@kernel.org> | 2023-03-27 04:33:48 +0200 |
commit | 8142db4f2792717837b97e219e5f5203dde17abb (patch) | |
tree | 2add352a8ebd213de823c5384a83b6e81af952ae /Documentation | |
parent | fs/9p: Remove unnecessary superblock flags (diff) | |
download | linux-8142db4f2792717837b97e219e5f5203dde17abb.tar.xz linux-8142db4f2792717837b97e219e5f5203dde17abb.zip |
fs/9p: allow disable of xattr support on mount
xattr creates a lot of additional messages for 9p in
the current implementation. This allows users to
conditionalize xattr support on 9p mount if they
are on a connection with bad latency. Using this
flag is also useful when debugging other aspects
of 9p as it reduces the noise in the trace files.
Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org>
Reviewed-by: Dominique Martinet <asmadeus@codewreck.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/9p.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/9p.rst b/Documentation/filesystems/9p.rst index 7b5964bc8865..0e800b8f73cc 100644 --- a/Documentation/filesystems/9p.rst +++ b/Documentation/filesystems/9p.rst @@ -137,6 +137,8 @@ Options This can be used to share devices/named pipes/sockets between hosts. This functionality will be expanded in later versions. + noxattr do not offer xattr functions on this mount. + access there are four access modes. user if a user tries to access a file on v9fs |