Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2025 16:58:30 GMT
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6fcfb244e3d3 - stable/15 - namei.9: Remove duplicate WANTPARENT description
Message-ID:  <202510021658.592GwU6P028316@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=6fcfb244e3d3c951f056f5a987bf5c5f0bd0e309

commit 6fcfb244e3d3c951f056f5a987bf5c5f0bd0e309
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-09-30 17:05:24 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-10-02 16:57:20 +0000

    namei.9: Remove duplicate WANTPARENT description
    
    Fixes:          5673462af533 ("namei.9: sort operational modifiers in numerical order")
    MFC after:      2 days
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit f45608124286a7e0616d1d23b9506709f10c12fc)
---
 share/man/man9/namei.9 | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index 5bdffce8c360..a42043587432 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -31,7 +31,7 @@
 .\" If you integrate this manpage in another OS, I'd appreciate a note
 .\"	- eivind@FreeBSD.org
 .\"
-.Dd May 16, 2025
+.Dd September 30, 2025
 .Dt NAMEI 9
 .Os
 .Sh NAME
@@ -206,12 +206,6 @@ This flag allows the
 function to return the parent (directory) vnode in an unlocked state.
 The parent vnode must be released separately by using
 .Xr vrele 9 .
-.It Dv WANTPARENT
-This flag allows the
-.Fn namei
-function to return the parent (directory) vnode in an unlocked state.
-The parent vnode must be released separately by using
-.Xr vrele 9 .
 .It Dv FAILIFEXISTS
 Makes the
 .Nm



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