* [PATCH] docs: fs/9p: Add missing "not" in cache documentation
@ 2025-03-30 21:34 Tingmao Wang
2025-03-30 21:43 ` Dominique Martinet
2025-03-31 7:54 ` Christian Schoenebeck
0 siblings, 2 replies; 3+ messages in thread
From: Tingmao Wang @ 2025-03-30 21:34 UTC (permalink / raw)
To: Eric Van Hensbergen, Latchesar Ionkov, Dominique Martinet,
Christian Schoenebeck
Cc: Tingmao Wang, v9fs, linux-doc
A quick fix for what I assume is a typo.
Signed-off-by: Tingmao Wang <m@maowtm.org>
---
Documentation/filesystems/9p.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/filesystems/9p.rst b/Documentation/filesystems/9p.rst
index 2bbf68b56b0d..c9f0274c808e 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.
base-commit: 38fec10eb60d687e30c8c6b5420d86e8149f7557
--
2.39.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] docs: fs/9p: Add missing "not" in cache documentation
2025-03-30 21:34 [PATCH] docs: fs/9p: Add missing "not" in cache documentation Tingmao Wang
@ 2025-03-30 21:43 ` Dominique Martinet
2025-03-31 7:54 ` Christian Schoenebeck
1 sibling, 0 replies; 3+ messages in thread
From: Dominique Martinet @ 2025-03-30 21:43 UTC (permalink / raw)
To: Tingmao Wang
Cc: Eric Van Hensbergen, Latchesar Ionkov, Christian Schoenebeck,
v9fs, linux-doc
Tingmao Wang wrote on Sun, Mar 30, 2025 at 10:34:42PM +0100:
> A quick fix for what I assume is a typo.
Indeed looks like a typo, thank you!
Picked this up, I'm getting a PR ready to linux so will send this in the
next couple of days
--
Dominique
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs: fs/9p: Add missing "not" in cache documentation
2025-03-30 21:34 [PATCH] docs: fs/9p: Add missing "not" in cache documentation Tingmao Wang
2025-03-30 21:43 ` Dominique Martinet
@ 2025-03-31 7:54 ` Christian Schoenebeck
1 sibling, 0 replies; 3+ messages in thread
From: Christian Schoenebeck @ 2025-03-31 7:54 UTC (permalink / raw)
To: Eric Van Hensbergen, Latchesar Ionkov, Dominique Martinet,
Tingmao Wang, v9fs
Cc: linux-doc
On Sunday, March 30, 2025 11:34:42 PM CEST Tingmao Wang wrote:
> 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>
> Documentation/filesystems/9p.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/filesystems/9p.rst b/Documentation/filesystems/9p.rst
> index 2bbf68b56b0d..c9f0274c808e 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.
>
>
> base-commit: 38fec10eb60d687e30c8c6b5420d86e8149f7557
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-31 8:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-30 21:34 [PATCH] docs: fs/9p: Add missing "not" in cache documentation Tingmao Wang
2025-03-30 21:43 ` Dominique Martinet
2025-03-31 7:54 ` Christian Schoenebeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox