Message ID | 20250330213443.98434-1-m@maowtm.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | docs: fs/9p: Add missing "not" in cache documentation | expand |
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
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 >
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.
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(-) base-commit: 38fec10eb60d687e30c8c6b5420d86e8149f7557