Revert r286236; vgonel() is a static function.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2015-08-04 08:16:18 +00:00
parent c52bab1135
commit cdc3449233
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286280
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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