summaryrefslogtreecommitdiff
path: root/share/man/man9/vnode.9
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-12-20 06:21:10 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-12-20 06:21:10 +0000
commit7fc0a87a8433cbf79cb5c607e047529baa12c6f0 (patch)
treed35405ab0c83b0a9d4fd53ffb4fdadd10b784159 /share/man/man9/vnode.9
parent3790f5ac0ef0a43ab9137b0f88eb1cad45027c8a (diff)
Don't give people ideas. It's really hard to know when stuff won't
be accessed from interrupt context.
Diffstat (limited to 'share/man/man9/vnode.9')
-rw-r--r--share/man/man9/vnode.96
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index de789fec056..0d7d43a0c98 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vnode.9,v 1.11 2002/12/20 06:19:39 art Exp $
+.\" $OpenBSD: vnode.9,v 1.12 2002/12/20 06:21:09 art Exp $
.\"
.\" Copyright (c) 2001 Constantine Sapuntzakis
.\" All rights reserved.
@@ -221,9 +221,7 @@ The exceptions are bgetvp and brelvp.
The following fields of the vnode are manipulated at interrupt level:
v_numoutput, v_holdcnt, v_dirtyblkhd, v_cleanblkhd, v_bioflag, v_freelist,
and v_synclist.
-Any accesses to these fields should be protected by splbio,
-unless you are certain that there is no chance an interrupt handler
-will modify them.
+Any accesses to these fields should be protected by splbio.
.Sh HISTORY
This document first appeared in
.Ox 2.9 .