summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2014-07-27 20:55:47 +0000
committerkib <kib@FreeBSD.org>2014-07-27 20:55:47 +0000
commitdee9ff96585a6d4e00149c564fc7e6b0776d8ae8 (patch)
tree114061bc15dbaa506ee34591e6fdb67ed4e6aee1 /share/man/man9
parentaefa47d80e5667aebd70bcd2ee73d50beb8c7af4 (diff)
downloadFreeBSD-src-dee9ff96585a6d4e00149c564fc7e6b0776d8ae8.zip
FreeBSD-src-dee9ff96585a6d4e00149c564fc7e6b0776d8ae8.tar.gz
Explicitely mention that inactivated or reclaimed vnode is locked
exclusively. Sponsored by: The FreeBSD Foundation MFC after: 3 days
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/VOP_INACTIVE.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/VOP_INACTIVE.9 b/share/man/man9/VOP_INACTIVE.9
index 837826b..6c71d03 100644
--- a/share/man/man9/VOP_INACTIVE.9
+++ b/share/man/man9/VOP_INACTIVE.9
@@ -69,7 +69,8 @@ and
.Fn VOP_RECLAIM ,
the
.Fa vp
-will be locked on entry, and must be left locked on return.
+will be exclusively locked on entry, and must be left exclusively
+locked on return.
.Sh SEE ALSO
.Xr vnode 9
.Sh AUTHORS
OpenPOWER on IntegriCloud