summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_LOCK.9
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2008-01-18 22:09:29 +0000
committerattilio <attilio@FreeBSD.org>2008-01-18 22:09:29 +0000
commit11e3c3ef90703f732668185265927e677353d306 (patch)
treeafe452c316b14a8c48aaf108c83d3ccea72737a4 /share/man/man9/VOP_LOCK.9
parentd6d5c289cefafacff5c68c9bf6e0df5607ac2223 (diff)
downloadFreeBSD-src-11e3c3ef90703f732668185265927e677353d306.zip
FreeBSD-src-11e3c3ef90703f732668185265927e677353d306.tar.gz
Update VOP_LOCK() and VOP_UNLOCK() prototypes.
Leave 'td' argument description as it is used by VOP_ISLOCKED(). It will be axed in further commit.
Diffstat (limited to 'share/man/man9/VOP_LOCK.9')
-rw-r--r--share/man/man9/VOP_LOCK.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9
index a0689f5..43d65a3 100644
--- a/share/man/man9/VOP_LOCK.9
+++ b/share/man/man9/VOP_LOCK.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 10, 2008
+.Dd January 19, 2008
.Os
.Dt VOP_LOCK 9
.Sh NAME
@@ -42,9 +42,9 @@
.In sys/lock.h
.In sys/vnode.h
.Ft int
-.Fn VOP_LOCK "struct vnode *vp" "int flags" "struct thread *td"
+.Fn VOP_LOCK "struct vnode *vp" "int flags"
.Ft int
-.Fn VOP_UNLOCK "struct vnode *vp" "int flags" "struct thread *td"
+.Fn VOP_UNLOCK "struct vnode *vp" "int flags"
.Ft int
.Fn VOP_ISLOCKED "struct vnode *vp" "struct thread *td"
.Ft int
OpenPOWER on IntegriCloud