Reinforce locking requirement for VOP_REVOKE: the lock must not be held.

Discussed with:	phk
This commit is contained in:
Robert Watson 2002-02-10 20:48:22 +00:00
parent c0a9dc83c8
commit 8466e2ba43

View File

@ -60,7 +60,7 @@ to signify that all access will be revoked; any other value is invalid.
.Sh LOCKS
The
.Ar vp
will be unlocked on entry, and will remain unlocked upon return.
must be unlocked on entry, and will remain unlocked upon return.
.Sh SEE ALSO
.Xr make_dev_alias 9 ,
.Xr vnode 9