mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Reinforce locking requirement for VOP_REVOKE: the lock must not be held.
Discussed with: phk
This commit is contained in:
parent
c0a9dc83c8
commit
8466e2ba43
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90481
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user