Author: kib
Date: Sun Jul 27 20:55:47 2014
New Revision: 269161
URL: http://svnweb.freebsd.org/changeset/base/269161

Log:
  Explicitely mention that inactivated or reclaimed vnode is locked
  exclusively.
  
  Sponsored by: The FreeBSD Foundation
  MFC after:    3 days

Modified:
  head/share/man/man9/VOP_INACTIVE.9

Modified: head/share/man/man9/VOP_INACTIVE.9
==============================================================================
--- head/share/man/man9/VOP_INACTIVE.9  Sun Jul 27 20:48:56 2014        
(r269160)
+++ head/share/man/man9/VOP_INACTIVE.9  Sun Jul 27 20:55:47 2014        
(r269161)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to