Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Bump date for vrele_async.
details: https://anonhg.NetBSD.org/src/rev/6c6aa9d98eec
branches: trunk
changeset: 752081:6c6aa9d98eec
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Feb 13 07:48:01 2010 +0000
description:
Bump date for vrele_async.
Reword slightly and put it outside the vget description.
diffstat:
share/man/man9/vnode.9 | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 9278e2f1c537 -r 6c6aa9d98eec share/man/man9/vnode.9
--- a/share/man/man9/vnode.9 Sat Feb 13 07:44:11 2010 +0000
+++ b/share/man/man9/vnode.9 Sat Feb 13 07:48:01 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: vnode.9,v 1.45 2010/02/11 23:16:35 haad Exp $
+.\" $NetBSD: vnode.9,v 1.46 2010/02/13 07:48:01 wiz Exp $
.\"
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 8, 2010
+.Dd February 11, 2010
.Dt VNODE 9
.Os
.Sh NAME
@@ -534,9 +534,10 @@
and
.Em v_holdcnt
are zero, the vnode is placed on the freelist.
+.It Fn vrele_async "vp"
+Will asychronously release the vnode in different context than the caller,
+sometime after the call.
.It Fn vget "vp" "lockflags"
-.It Fn vrele_async "vp"
-Will asychronously release vnode in different context than caller, sometime in future.
Reclaim vnode
.Fa vp
from the freelist, increment its reference count and lock it.
Home |
Main Index |
Thread Index |
Old Index