diff options
Diffstat (limited to 'share/man/man9/VOP_LEASE.9')
-rw-r--r-- | share/man/man9/VOP_LEASE.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VOP_LEASE.9 b/share/man/man9/VOP_LEASE.9 index 66db58d..6c14f31 100644 --- a/share/man/man9/VOP_LEASE.9 +++ b/share/man/man9/VOP_LEASE.9 @@ -40,9 +40,9 @@ .Ft int .Fn VOP_LEASE "struct vnode *vp" "struct proc *p" "struct ucred *cred" "int type" .Sh DESCRIPTION -This entry point is currently not implemented. I believe the idea is to +This entry point is currently not implemented. I believe the idea is to validate a vnode for a particular set of user credentials and operation type. -The two operation types supported are LEASE_READ and LEASE_WRITE. The +The two operation types supported are LEASE_READ and LEASE_WRITE. The function currently always returns 0. .Sh LOCKS The vnode must be exclusively locked on entry, and should remain exclusively |