From owner-svn-src-all@FreeBSD.ORG Sun Nov 23 20:02:58 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 821FE1065670; Sun, 23 Nov 2008 20:02:58 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6FD918FC1D; Sun, 23 Nov 2008 20:02:58 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mANK2w6x062673; Sun, 23 Nov 2008 20:02:58 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mANK2wjR062672; Sun, 23 Nov 2008 20:02:58 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <200811232002.mANK2wjR062672@svn.freebsd.org> From: Hiroki Sato Date: Sun, 23 Nov 2008 20:02:58 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r185224 - head/share/man/man9 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2008 20:02:58 -0000 Author: hrs Date: Sun Nov 23 20:02:58 2008 New Revision: 185224 URL: http://svn.freebsd.org/changeset/base/185224 Log: vn_fullpath(9) does not assume vp is locked by the caller now. Modified: head/share/man/man9/vn_fullpath.9 Modified: head/share/man/man9/vn_fullpath.9 ============================================================================== --- head/share/man/man9/vn_fullpath.9 Sun Nov 23 20:02:14 2008 (r185223) +++ head/share/man/man9/vn_fullpath.9 Sun Nov 23 20:02:58 2008 (r185224) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 11, 2004 +.Dd November 23, 2008 .Dt VN_FULLPATH 9 .Os .Sh NAME @@ -46,7 +46,7 @@ The function makes a .Dq "best effort" attempt to generate a string pathname for -the passed (locked) vnode; the resulting path, if any, will be relative to +the passed vnode; the resulting path, if any, will be relative to the root directory of the process associated with the passed thread pointer. The .Fn vn_fullpath @@ -73,7 +73,7 @@ The thread performing the call; this poi the process and its file descriptor structure, in order to identify the root vnode to use. .It Fa vp -The vnode to search for; must be locked by the caller. +The vnode to search for. No need to be locked by the caller. .It Fa retbuf Pointer to a .Vt "char *"