summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2008-06-05 17:07:33 +0000
committerattilio <attilio@FreeBSD.org>2008-06-05 17:07:33 +0000
commit65c567c1062097f6efd5fc4278e9f294861b60ff (patch)
tree81d4bd4c83f728c785d3a503b4d6a06ad087d483 /share
parent97f5b68b2287cc625e3db225c605e3b466b57ecc (diff)
downloadFreeBSD-src-65c567c1062097f6efd5fc4278e9f294861b60ff.zip
FreeBSD-src-65c567c1062097f6efd5fc4278e9f294861b60ff.tar.gz
Add the missing option LK_NOWITNESS for vn_lock / VOP_LOCK operations.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/VOP_LOCK.94
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9
index 1c9857e..ab4c53c 100644
--- a/share/man/man9/VOP_LOCK.9
+++ b/share/man/man9/VOP_LOCK.9
@@ -87,6 +87,10 @@ Do not sleep to wait for lock.
Sleep, then return failure.
.It Dv LK_CANRECURSE
Allow recursive exclusive lock.
+.It Dv LK_NOWITNESS
+Instruct
+.Xr witness 4
+to ignore this instance.
.El
.Pp
The lock type may be
OpenPOWER on IntegriCloud