mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-14 10:19:08 +08:00
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>
This commit is contained in:
committed by
Dominique Martinet
parent
ad2e2a77dc
commit
4210030d8b
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user