From nobody@FreeBSD.org  Fri Feb  7 16:59:51 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 6F09C9DF
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  7 Feb 2014 16:59:51 +0000 (UTC)
Received: from newred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 57E801277
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  7 Feb 2014 16:59:51 +0000 (UTC)
Received: from newred.freebsd.org ([127.0.1.6])
	by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s17GxoTf044346
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 7 Feb 2014 16:59:50 GMT
	(envelope-from nobody@newred.freebsd.org)
Received: (from nobody@localhost)
	by newred.freebsd.org (8.14.7/8.14.7/Submit) id s17GxoOF044345;
	Fri, 7 Feb 2014 16:59:50 GMT
	(envelope-from nobody)
Message-Id: <201402071659.s17GxoOF044345@newred.freebsd.org>
Date: Fri, 7 Feb 2014 16:59:50 GMT
From: Miklos Magyari <miklos@magyari.hu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] removing obsolete vnode (9) man page references
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         186537
>Category:       docs
>Synopsis:       [patch] removing obsolete vnode (9) man page references
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wblock
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 07 17:00:01 UTC 2014
>Closed-Date:    Wed Feb 12 16:41:46 UTC 2014
>Last-Modified:  Wed Feb 12 16:50:00 UTC 2014
>Originator:     Miklos Magyari
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD mira 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
vfree(9) and vbusy(9) are gone from kern/vfs_subr.c, and been replaced by inline code in vdropl and vholdl. 
So, the reference to these functions should be removed from the vnode manpage.

Related commit: http://svnweb.freebsd.org/base/head/sys/kern/vfs_subr.c?revision=234400&view=markup
>How-To-Repeat:

>Fix:
--- vnode.9     2014-02-06 18:55:52.000000000 +0100
+++ vnode.9.new 2014-02-07 17:52:31.000000000 +0100
@@ -69,11 +69,8 @@
 .Va v_holdcnt
 of a vnode reaches zero then the vnode will be put on the freelist
 and may be reused for another file, possibly in another file system.
-The transition to and from the freelist is handled by
-.Xr getnewvnode 9 ,
-.Xr vfree 9
-and
-.Xr vbusy 9 .
+The transition from the freelist is handled by
+.Xr getnewvnode 9 .
 The third is a count of the number of clients which are writing into
 the file.
 It is maintained by the

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->wblock 
Responsible-Changed-By: wblock 
Responsible-Changed-When: Wed Feb 12 16:38:54 UTC 2014 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186537 
State-Changed-From-To: open->closed 
State-Changed-By: wblock 
State-Changed-When: Wed Feb 12 16:41:21 UTC 2014 
State-Changed-Why:  
Patch committed with minor additions.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186537 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/186537: commit references a PR
Date: Wed, 12 Feb 2014 16:40:03 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Wed Feb 12 16:39:56 2014
 New Revision: 261800
 URL: http://svnweb.freebsd.org/changeset/base/261800
 
 Log:
   Remove obsolete vnode(9) man page references.
   
   PR:		docs/186537
   Submitted by:	Miklos Magyari <miklos@magyari.hu>
   MFC after:	3 days
 
 Modified:
   head/share/man/man9/vnode.9
 
 Modified: head/share/man/man9/vnode.9
 ==============================================================================
 --- head/share/man/man9/vnode.9	Wed Feb 12 15:57:38 2014	(r261799)
 +++ head/share/man/man9/vnode.9	Wed Feb 12 16:39:56 2014	(r261800)
 @@ -26,7 +26,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 13, 2010
 +.Dd February 12, 2014
  .Dt VNODE 9
  .Os
  .Sh NAME
 @@ -69,11 +69,8 @@ and the
  .Va v_holdcnt
  of a vnode reaches zero then the vnode will be put on the freelist
  and may be reused for another file, possibly in another file system.
 -The transition to and from the freelist is handled by
 -.Xr getnewvnode 9 ,
 -.Xr vfree 9
 -and
 -.Xr vbusy 9 .
 +The transition from the freelist is handled by
 +.Xr getnewvnode 9 .
  The third is a count of the number of clients which are writing into
  the file.
  It is maintained by the
 @@ -82,9 +79,9 @@ and
  .Xr close 2
  system calls.
  .Pp
 -Any call which returns a vnode (e.g.\&
 +Any call which returns a vnode (e.g.,\&
  .Xr vget 9 ,
 -.Xr VOP_LOOKUP 9
 +.Xr VOP_LOOKUP 9 ,
  etc.)
  will increase the
  .Va v_usecount
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
