summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2007-12-27 22:33:30 +0000
committerattilio <attilio@FreeBSD.org>2007-12-27 22:33:30 +0000
commit4ab9fbda4e0893ef03ebc2e4dbb6e45b3eac0b19 (patch)
tree0ce0d052c280bf22f288dbc368b61ec5bd102666
parent3db380a9373018a2f6ce2b56581bfe907fdda9ab (diff)
downloadFreeBSD-src-4ab9fbda4e0893ef03ebc2e4dbb6e45b3eac0b19.zip
FreeBSD-src-4ab9fbda4e0893ef03ebc2e4dbb6e45b3eac0b19.tar.gz
Garbage-collect following nomore existing options:
- LK_REENABLE - LK_NOPAUSE - LK_NOOBJ
-rw-r--r--share/man/man9/VOP_LOCK.98
1 files changed, 1 insertions, 7 deletions
diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9
index 57d8f72..c519e46 100644
--- a/share/man/man9/VOP_LOCK.9
+++ b/share/man/man9/VOP_LOCK.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 24, 1996
+.Dd December 27, 2007
.Os
.Dt VOP_LOCK 9
.Sh NAME
@@ -89,10 +89,6 @@ Do not sleep to wait for lock.
Sleep, then return failure.
.It Dv LK_CANRECURSE
Allow recursive exclusive lock.
-.It Dv LK_REENABLE
-Lock is to be reenabled after drain.
-.It Dv LK_NOPAUSE
-No spinloop.
.El
.Pp
The lock type may be
@@ -106,8 +102,6 @@ Specify when the caller already has a simple lock
will unlock the simple lock after getting the lock).
.It Dv LK_RETRY
Retry until locked.
-.It Dv LK_NOOBJ
-Do not create object.
.El
.It Fa td
Thread context to use for the locks.
OpenPOWER on IntegriCloud