From 5e6e0e1b39da4553ea83a974231769d74b25803d Mon Sep 17 00:00:00 2001 From: cube Date: Sun, 14 Mar 2004 22:39:21 +0000 Subject: [PATCH] vn_close() expects an unlocked vnode. --- share/man/man9/vnsubr.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/vnsubr.9 b/share/man/man9/vnsubr.9 index ec1daf55f3d9..261c0b66b0b0 100644 --- a/share/man/man9/vnsubr.9 +++ b/share/man/man9/vnsubr.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: vnsubr.9,v 1.19 2004/02/14 00:00:56 hannken Exp $ +.\" $NetBSD: vnsubr.9,v 1.20 2004/03/14 22:39:21 cube Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd February 14, 2004 +.Dd March 14, 2004 .Dt VNSUBR 9 .Os .Sh NAME @@ -113,7 +113,7 @@ Common code for block write operations. Common code for a vnode close. The argument .Fa vp -is the locked vnode of the vnode to close. +is the unlocked vnode of the vnode to close. .Fn vn_close simply locks the vnode, invokes the vnode operation .Xr VOP_CLOSE 9