summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man9/vnode.93
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index b79e58dbcc7..2f2677f4e00 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vnode.9,v 1.21 2005/10/19 16:50:46 pedro Exp $
+.\" $OpenBSD: vnode.9,v 1.22 2005/10/19 16:52:19 pedro Exp $
.\"
.\" Copyright (c) 2001 Constantine Sapuntzakis
.\" All rights reserved.
@@ -91,7 +91,6 @@ struct vnode {
} v_un;
struct simplelock v_interlock; /* lock on usecount and flag */
- struct lock v_lock; /* used for non-locking fs's */
enum vtagtype v_tag; /* type of underlying data */
void *v_data; /* private data for fs */
struct {