summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpedro <pedro@openbsd.org>2005-10-19 16:52:19 +0000
committerpedro <pedro@openbsd.org>2005-10-19 16:52:19 +0000
commitdcca78a00ee114ddcd43550b7b62ea6bddba08be (patch)
treeb3d97f561892ec662e2cab750060496959aa98b4
parentRemove v_vnlock from struct vnode, okay krw@ tedu@ (diff)
downloadwireguard-openbsd-dcca78a00ee114ddcd43550b7b62ea6bddba08be.tar.xz
wireguard-openbsd-dcca78a00ee114ddcd43550b7b62ea6bddba08be.zip
v_lock is also gone, noted by tedu@
-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 {