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@xxxxxxxxxx> > --- Reviewed-by: Christian Schoenebeck <linux_oss@xxxxxxxxxxxxx> > 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 >