aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-12-01 15:31:31 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-12-01 15:31:31 +0000
commitff54e8af50f47eef1d03d80eb7b9480e8554e2c2 (patch)
tree01aca8dd642dc3f8ec3b5049542bef4f9e110ea1
parent8b8aa75526eeba74dfffa70b02967c5224a667de (diff)
Notes
-rw-r--r--share/man/man9/vrele.96
1 files changed, 1 insertions, 5 deletions
diff --git a/share/man/man9/vrele.9 b/share/man/man9/vrele.9
index 0b9b7361777d..d29ca5b079b0 100644
--- a/share/man/man9/vrele.9
+++ b/share/man/man9/vrele.9
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 17, 2010
+.Dd November 20, 2010
.Dt VRELE 9
.Os
.Sh NAME
@@ -74,10 +74,6 @@ with less overhead.
The
.Fn vunref
function takes a locked vnode as argument, and returns with the vnode locked.
-Nonetheless, the
-.Fn vunref
-might drop the vnode lock during the operation, so caller should not expect
-that non-doomed vnode is still non-doomed after the function returned.
.Pp
Any code in the system which signified its use of a vnode by usecount
should call one of the listed function to decrement use counter.