Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2015 16:30:48 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286236 - head/share/man/man9
Message-ID:  <201508031630.t73GUmBR092976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Mon Aug  3 16:30:47 2015
New Revision: 286236
URL: https://svnweb.freebsd.org/changeset/base/286236

Log:
  Document vgonel(9).
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man9/Makefile
  head/share/man/man9/vgone.9

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Mon Aug  3 16:30:03 2015	(r286235)
+++ head/share/man/man9/Makefile	Mon Aug  3 16:30:47 2015	(r286236)
@@ -1739,6 +1739,7 @@ MLINKS+=vfs_getopt.9 vfs_copyopt.9 \
 	vfs_getopt.9 vfs_setopt.9 \
 	vfs_getopt.9 vfs_setopt_part.9 \
 	vfs_getopt.9 vfs_setopts.9
+MLINKS+=vgone.9 vgonel.9
 MLINKS+=vhold.9 vdrop.9 \
 	vhold.9 vdropl.9 \
 	vhold.9 vholdl.9

Modified: head/share/man/man9/vgone.9
==============================================================================
--- head/share/man/man9/vgone.9	Mon Aug  3 16:30:03 2015	(r286235)
+++ head/share/man/man9/vgone.9	Mon Aug  3 16:30:47 2015	(r286236)
@@ -37,6 +37,7 @@
 .In sys/vnode.h
 .Ft void
 .Fn vgone "struct vnode *vp"
+.Fn vgonel "struct vnode *vp"
 .Sh DESCRIPTION
 The
 .Fn vgone
@@ -56,6 +57,11 @@ The
 .Fn vgone
 function takes an exclusively locked vnode, and returns with the vnode
 exclusively locked.
+The
+.Fn vgonel
+differs from
+.Fn vgone
+by requiring the vnode interlock to be held.
 .Sh SEE ALSO
 .Xr vnode 9
 .Sh AUTHORS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508031630.t73GUmBR092976>