svn commit: r269161 - head/share/man/man9

Konstantin Belousov kib at FreeBSD.org
Sun Jul 27 20:55:48 UTC 2014


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


More information about the svn-src-all mailing list