From nobody@FreeBSD.org  Sun Jul 31 04:59:00 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5EEE3106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 31 Jul 2011 04:59:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4FE708FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 31 Jul 2011 04:59:00 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6V4x0Se017537
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 31 Jul 2011 04:59:00 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p6V4x0WT017536;
	Sun, 31 Jul 2011 04:59:00 GMT
	(envelope-from nobody)
Message-Id: <201107310459.p6V4x0WT017536@red.freebsd.org>
Date: Sun, 31 Jul 2011 04:59:00 GMT
From: Brandon Gooch <jamesbrandongooch@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Update the documentation to reflect recent change to vfs_getopt(9)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         159324
>Category:       docs
>Synopsis:       [PATCH] Update the documentation to reflect recent change to vfs_getopt(9)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 31 05:00:17 UTC 2011
>Closed-Date:    Sun Jul 31 21:11:15 UTC 2011
>Last-Modified:  Sun Jul 31 21:20:03 UTC 2011
>Originator:     Brandon Gooch
>Release:        9-CURRENT amd64
>Organization:
>Environment:
FreeBSD m6500.local 9.0-BETA1 FreeBSD 9.0-BETA1 #0 r224414: Tue Jul 26 02:22:28 CDT 2011     root@m6500.local:/usr/obj/usr/src/sys/DELL_M6500  amd64
>Description:
At r224290, the mnt_flag field in the mount structure changed from 32 bits to 64 bits. The patch provided updates the man page for vfs_getopt(9) to reflect the change.
>How-To-Repeat:

>Fix:
Patch attached.

Patch attached with submission follows:

--- vfs_getopt.9.orig	2011-07-30 23:14:38.000000000 -0500
+++ vfs_getopt.9	2011-07-30 23:19:54.000000000 -0500
@@ -51,7 +51,7 @@
 .Fn vfs_getops "struct vfsoptlist *opts" "const char *name" "int *error"
 .Ft int
 .Fo vfs_flagopt
-.Fa "struct vfsoptlist *opts" "const char *name" "u_int *flags" "u_int flag"
+.Fa "struct vfsoptlist *opts" "const char *name" "uint64_t *flags" "uint64_t flag"
 .Fc
 .Ft int
 .Fo vfs_scanopt


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Sun Jul 31 20:33:40 UTC 2011 
Responsible-Changed-Why:  
I'll take this. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=159324 
State-Changed-From-To: open->closed 
State-Changed-By: gjb 
State-Changed-When: Sun Jul 31 21:10:03 UTC 2011 
State-Changed-Why:  
Committed, thanks! 
This one doesn't need an MFC yet. 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/159324: commit references a PR
Date: Sun, 31 Jul 2011 21:05:04 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Sun Jul 31 21:04:47 2011
 New Revision: 224555
 URL: http://svn.freebsd.org/changeset/base/224555
 
 Log:
   Update vfs_getopt(9) to reflect 32-bit to 64-bit change from
   r224290.
   
   PR:		159324
   Submitted by:	Brandon Gooch (jamesbrandongooch % gmail ! com)
   Approved by:	re (kib)
 
 Modified:
   head/share/man/man9/vfs_getopt.9
 
 Modified: head/share/man/man9/vfs_getopt.9
 ==============================================================================
 --- head/share/man/man9/vfs_getopt.9	Sun Jul 31 20:06:11 2011	(r224554)
 +++ head/share/man/man9/vfs_getopt.9	Sun Jul 31 21:04:47 2011	(r224555)
 @@ -26,7 +26,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd March 2, 2009
 +.Dd July 31, 2011
  .Dt VFS_GETOPT 9
  .Os
  .Sh NAME
 @@ -51,7 +51,7 @@
  .Fn vfs_getops "struct vfsoptlist *opts" "const char *name" "int *error"
  .Ft int
  .Fo vfs_flagopt
 -.Fa "struct vfsoptlist *opts" "const char *name" "u_int *flags" "u_int flag"
 +.Fa "struct vfsoptlist *opts" "const char *name" "uint64_t *flags" "uint64_t flag"
  .Fc
  .Ft int
  .Fo vfs_scanopt
 _______________________________________________
 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:
