fs/9p: allow disable of xattr support on mount
authorEric Van Hensbergen <ericvh@kernel.org>
Sat, 17 Dec 2022 17:19:34 +0000 (17:19 +0000)
committerEric Van Hensbergen <ericvh@kernel.org>
Mon, 27 Mar 2023 02:33:48 +0000 (02:33 +0000)
commit8142db4f2792717837b97e219e5f5203dde17abb
tree2add352a8ebd213de823c5384a83b6e81af952ae
parent740b8bf87322701b4607b77346477cbc764f5c56
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>
Documentation/filesystems/9p.rst
fs/9p/v9fs.c
fs/9p/v9fs.h
fs/9p/vfs_super.c