From f8a134ac639e543f8400a97371c299aa3c10e2b4 Mon Sep 17 00:00:00 2001 From: Attilio Rao Date: Fri, 18 Jan 2008 22:09:29 +0000 Subject: [PATCH] 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. --- share/man/man9/VOP_LOCK.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9 index a0689f55df3..43d65a3bb28 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