Explicitely mention that inactivated or reclaimed vnode is locked

exclusively.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2014-07-27 20:55:47 +00:00
parent 169b6a554f
commit c448f58f45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269161

View File

@ -69,7 +69,8 @@ and
.Fn VOP_RECLAIM ,
the
.Fa vp
will be locked on entry, and must be left locked on return.
will be exclusively locked on entry, and must be left exclusively
locked on return.
.Sh SEE ALSO
.Xr vnode 9
.Sh AUTHORS