From owner-dev-commits-src-main@freebsd.org Tue Jun 15 21:43:11 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DA242654584; Tue, 15 Jun 2021 21:43:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4MHz5rm7z3Ptr; Tue, 15 Jun 2021 21:43:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B14617AD7; Tue, 15 Jun 2021 21:43:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FLhBCi013836; Tue, 15 Jun 2021 21:43:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FLhBGn013835; Tue, 15 Jun 2021 21:43:11 GMT (envelope-from git) Date: Tue, 15 Jun 2021 21:43:11 GMT Message-Id: <202106152143.15FLhBGn013835@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Alan Somers Subject: git: fcb5a0a2add1 - main - vn_fullpath.9: update args after rev 364633 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: asomers X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fcb5a0a2add19ab070944483a04dc4272f118721 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 21:43:11 -0000 The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=fcb5a0a2add19ab070944483a04dc4272f118721 commit fcb5a0a2add19ab070944483a04dc4272f118721 Author: Alan Somers AuthorDate: 2021-06-15 20:21:05 +0000 Commit: Alan Somers CommitDate: 2021-06-15 21:42:30 +0000 vn_fullpath.9: update args after rev 364633 MFC after: 2 weeks Sponsored by: Axcient Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D30779 --- 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.