Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jul 2021 23:39:17 GMT
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d6e8b20898e1 - stable/13 - vn_fullpath.9: update args after rev 364633
Message-ID:  <202107032339.163NdHIi042311@gitrepo.freebsd.org>

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

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

commit d6e8b20898e1e478719b7a8696771b75d8c256bf
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2021-06-15 20:21:05 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2021-07-03 23:39:03 +0000

    vn_fullpath.9: update args after rev 364633
    
    Sponsored by:   Axcient
    Reviewed by:    imp
    Differential Revision: https://reviews.freebsd.org/D30779
    
    (cherry picked from commit fcb5a0a2add19ab070944483a04dc4272f118721)
---
 share/man/man9/vn_fullpath.9 | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/share/man/man9/vn_fullpath.9 b/share/man/man9/vn_fullpath.9
index f961fbbd1559..9f7287c287dd 100644
--- a/share/man/man9/vn_fullpath.9
+++ b/share/man/man9/vn_fullpath.9
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 23, 2008
+.Dd June 15, 2021
 .Dt VN_FULLPATH 9
 .Os
 .Sh NAME
@@ -38,7 +38,7 @@
 .In sys/vnode.h
 .Ft int
 .Fo vn_fullpath
-.Fa "struct thread *td" "struct vnode *vp" "char **retbuf" "char **freebuf"
+.Fa "struct vnode *vp" "char **retbuf" "char **freebuf"
 .Fc
 .Sh DESCRIPTION
 The
@@ -68,10 +68,6 @@ properly handle) failure.
 .Pp
 Its arguments are:
 .Bl -tag -width ".Fa freebuf"
-.It Fa td
-The thread performing the call; this pointer will be dereferenced to find
-the process and its file descriptor structure, in order to identify the
-root vnode to use.
 .It Fa vp
 The vnode to search for.
 No need to be locked by the caller.



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