diff options
author | Tingmao Wang <m@maowtm.org> | 2025-03-30 22:34:42 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2025-04-03 12:31:11 +0900 |
commit | 4210030d8bc4834fcb774babc458d02a2432ee76 (patch) | |
tree | e796eb6004231dc585babb43c9501afff92a7445 /Documentation | |
parent | ad2e2a77dcc7912c737a07fe061d93c414c6745e (diff) |
docs: fs/9p: Add missing "not" in cache documentation
A quick fix for what I assume is a typo.
Signed-off-by: Tingmao Wang <m@maowtm.org>
Reviewed-by: Christian Schoenebeck <linux_oss@crudebyte.com>
Message-ID: <20250330213443.98434-1-m@maowtm.org>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/9p.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/9p.rst b/Documentation/filesystems/9p.rst index 28871200e87c..522295857f7b 100644 --- a/Documentation/filesystems/9p.rst +++ b/Documentation/filesystems/9p.rst @@ -165,8 +165,8 @@ Options do not necessarily validate cached values on the server. In other words changes on the server are not guaranteed to be reflected on the client system. Only use this mode of operation if you - have an exclusive mount and the server will modify the filesystem - underneath you. + have an exclusive mount and the server will not modify the + filesystem underneath you. debug=n specifies debug level. The debug level is a bitmask. |