VOP_REVOKE(9): update locking requirements per r143495

Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D20524
This commit is contained in:
Alan Somers 2019-06-20 16:36:20 +00:00
parent 2984a71677
commit 67056e3d08
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349237

View File

@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 5, 2002
.Dd June 20, 2019
.Dt VOP_REVOKE 9
.Os
.Sh NAME
@ -61,7 +61,7 @@ to signify that all access will be revoked; any other value is invalid.
.Sh LOCKS
The
.Fa vp
must be unlocked on entry, and will remain unlocked upon return.
must be exclusively locked on entry, and will remain locked upon return.
.Sh SEE ALSO
.Xr make_dev_alias 9 ,
.Xr vnode 9