summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2011-07-18 12:03:46 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2011-07-18 12:03:46 +0000
commitef7992399da9f59abec4c607d91cc4e0a9b0fb1d (patch)
tree5f81948b4cc3f4f49791018b5ffc3aeff5eeb4da /share/man/man9
parentca0b3c7d542092fc2bcc3283d1af387149fc70be (diff)
Wording fixes and remove refrences to vnode_if.src as it's gone;
From Benny Lvfgren (benny -at- internetlabbet.se)
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/vnode.98
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index 9ac5b6c164b..8a6cd97df8b 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vnode.9,v 1.27 2008/04/12 10:18:01 jmc Exp $
+.\" $OpenBSD: vnode.9,v 1.28 2011/07/18 12:03:45 thib Exp $
.\"
.\" Copyright (c) 2001 Constantine Sapuntzakis
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 12 2008 $
+.Dd $Mdocdate: July 18 2011 $
.Dt VNODE 9
.Os
.Sh NAME
@@ -180,7 +180,7 @@ calls
orchestrate the reclamation of a vnode.
They can be called on both active and inactive vnodes.
.Pp
-When transitioning a vnode to the reclaimed state, the VFS will call
+When transitioning a vnode to the reclaimed state, the VFS will call the
.Xr VOP_RECLAIM 9
method.
File systems use this method to free any file-system-specific data
@@ -225,8 +225,6 @@ While the vnode lock is held, the vnode will not be reclaimed.
.Pp
There is a discipline to using the vnode lock.
Some VOP_ operations require that the vnode lock is held before being called.
-A description of this rather arcane locking discipline is in
-.Pa sys/kern/vnode_if.src .
.Pp
The vnode lock is acquired by calling
.Xr vn_lock 9