summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2008-11-23 20:02:58 +0000
committerhrs <hrs@FreeBSD.org>2008-11-23 20:02:58 +0000
commit6ab27e3336b8715cdcb315676b9fed2478e57e51 (patch)
tree89ed0aaa790bc87899366887fb7c42eba899e3e1
parent9b9475924e37a41f9795b32dc2d6004623b943a6 (diff)
downloadFreeBSD-src-6ab27e3336b8715cdcb315676b9fed2478e57e51.zip
FreeBSD-src-6ab27e3336b8715cdcb315676b9fed2478e57e51.tar.gz
vn_fullpath(9) does not assume vp is locked by the caller now.
-rw-r--r--share/man/man9/vn_fullpath.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/vn_fullpath.9 b/share/man/man9/vn_fullpath.9
index dd0dbe3..eff2105 100644
--- a/share/man/man9/vn_fullpath.9
+++ b/share/man/man9/vn_fullpath.9
@@ -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 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; 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 *"
OpenPOWER on IntegriCloud