Date: Fri, 22 Sep 2023 15:07:50 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0d1be7098887 - stable/13 - tmpfs.5: Document option pgread Message-ID: <202309221507.38MF7oT4064590@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=0d1be7098887b0a89a3714c39e5153fc3182bea3 commit 0d1be7098887b0a89a3714c39e5153fc3182bea3 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2023-09-18 19:38:53 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2023-09-22 15:07:28 +0000 tmpfs.5: Document option pgread Fixes: 765ad5b28d3f tmpfs: add the "pgread" mount option MFC after: 7 days (cherry picked from commit fade2298889d588c15705b44e336ff02cc96f956) --- share/man/man5/tmpfs.5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5 index 8999fef40f46..33ed055d7f30 100644 --- a/share/man/man5/tmpfs.5 +++ b/share/man/man5/tmpfs.5 @@ -131,6 +131,8 @@ The default is the mount point's mode. Do not use namecache to resolve names to files for the created mount. This saves memory, but currently might impair scalability for highly used mounts on large machines. +.It Cm pgread +Enable pgcache read for the mount. .It Cm size Set the total file system size in bytes, unless suffixed with one of k, m, g, t, or p, which denote byte, kilobyte,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309221507.38MF7oT4064590>