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

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Aug 4 08:16:19 UTC 2015


Author: trasz
Date: Tue Aug  4 08:16:18 2015
New Revision: 286280
URL: https://svnweb.freebsd.org/changeset/base/286280

Log:
  Revert r286236; vgonel() is a static function.
  
  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	Tue Aug  4 07:04:36 2015	(r286279)
+++ head/share/man/man9/Makefile	Tue Aug  4 08:16:18 2015	(r286280)
@@ -1739,7 +1739,6 @@ 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	Tue Aug  4 07:04:36 2015	(r286279)
+++ head/share/man/man9/vgone.9	Tue Aug  4 08:16:18 2015	(r286280)
@@ -37,7 +37,6 @@
 .In sys/vnode.h
 .Ft void
 .Fn vgone "struct vnode *vp"
-.Fn vgonel "struct vnode *vp"
 .Sh DESCRIPTION
 The
 .Fn vgone
@@ -57,11 +56,6 @@ 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


More information about the svn-src-head mailing list