From owner-svn-src-head@freebsd.org Tue Aug 4 08:16:19 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7054C9B2825; Tue, 4 Aug 2015 08:16:19 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61091A1D; Tue, 4 Aug 2015 08:16:19 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t748GJvi083804; Tue, 4 Aug 2015 08:16:19 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t748GI25083800; Tue, 4 Aug 2015 08:16:18 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201508040816.t748GI25083800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Tue, 4 Aug 2015 08:16:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r286280 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2015 08:16:19 -0000 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