diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-10-19 16:50:48 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-10-19 16:50:48 +0000 |
commit | 67ecac5c32f8d5701f4e5af0b178836e51590d19 (patch) | |
tree | 3cbb7b639642e62bdbd6dd3f5f4a51f399ce09e1 /share/man/man9/vnode.9 | |
parent | 546d68c18c4721a4fc0812741bf80e0e4b8cd421 (diff) |
Remove v_vnlock from struct vnode, okay krw@ tedu@
Diffstat (limited to 'share/man/man9/vnode.9')
-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 615db0c571a..b79e58dbcc7 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnode.9,v 1.20 2005/09/22 14:33:08 jmc Exp $ +.\" $OpenBSD: vnode.9,v 1.21 2005/10/19 16:50:46 pedro Exp $ .\" .\" Copyright (c) 2001 Constantine Sapuntzakis .\" All rights reserved. @@ -92,7 +92,6 @@ struct vnode { struct simplelock v_interlock; /* lock on usecount and flag */ struct lock v_lock; /* used for non-locking fs's */ - struct lock *v_vnlock; /* pointer to vnode lock */ enum vtagtype v_tag; /* type of underlying data */ void *v_data; /* private data for fs */ struct { |