On Mon, Mar 06, 2023 at 12:03:57PM -0800, Yosry Ahmed wrote: > On Thu, Mar 2, 2023 at 3:28 PM Luis Chamberlain <mcgrof@xxxxxxxxxx> wrote: > > diff --git a/Documentation/filesystems/tmpfs.rst b/Documentation/filesystems/tmpfs.rst > > index e77ebdacadd0..551b621f34d9 100644 > > --- a/Documentation/filesystems/tmpfs.rst > > +++ b/Documentation/filesystems/tmpfs.rst > > @@ -13,7 +13,8 @@ everything stored therein is lost. > > > > tmpfs puts everything into the kernel internal caches and grows and > > shrinks to accommodate the files it contains and is able to swap > > -unneeded pages out to swap space. > > +unneeded pages out to swap space, if swap was enabled for the tmpfs > > +filesystem. > > Nit: s/filesystem/mount to make it clear it's a per-mount setting? Fixed this and all the other typos you addressed, thanks! Luis