diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-10-19 16:52:20 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-10-19 16:52:20 +0000 |
commit | 5b7cedefd2d516db1f558d0d8737ee53cf559bee (patch) | |
tree | f57b72954a8b85509664966236c6c897dae2f3f9 /share | |
parent | 67ecac5c32f8d5701f4e5af0b178836e51590d19 (diff) |
v_lock is also gone, noted by tedu@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/vnode.9 | 3 |
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 { |