Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2023 21:59:55 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 942cc861f2cb - main - tmpfs.5: Document option nosymfollow
Message-ID:  <202309182159.38ILxtJG045758@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=942cc861f2cb5af287f15aa9b1bd56527f113032

commit 942cc861f2cb5af287f15aa9b1bd56527f113032
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-18 19:43:15 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-18 21:59:10 +0000

    tmpfs.5: Document option nosymfollow
    
    Fixes:  15df90218bb6 tmpfs: support the nosymfollow mount option
    MFC after:      7 days
---
 share/man/man5/tmpfs.5 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5
index 33ed055d7f30..c442b868dd1d 100644
--- a/share/man/man5/tmpfs.5
+++ b/share/man/man5/tmpfs.5
@@ -131,6 +131,10 @@ 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 nosymfollow
+Do not follow
+.Xr symlink 7 Ap s
+on the mounted file system.
 .It Cm pgread
 Enable pgcache read for the mount.
 .It Cm size



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309182159.38ILxtJG045758>