Skip to content

Commit

Permalink
docs: fs/9p: Add missing "not" in cache documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tingmao Wang authored and Dominique Martinet committed Apr 3, 2025
1 parent ad2e2a7 commit 4210030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/filesystems/9p.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4210030

Please sign in to comment.