Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 12:44:18 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: 26d060cb46d7 - stable/14 - tmpfs.5: Document option pgread
Message-ID:  <202309221244.38MCiIsA031133@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=26d060cb46d747b515ccb5a63dc37ce1bab47596

commit 26d060cb46d747b515ccb5a63dc37ce1bab47596
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-18 19:38:53 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-22 12:41:29 +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?202309221244.38MCiIsA031133>