Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2011 04:59:00 GMT
From:      Brandon Gooch <jamesbrandongooch@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/159324: [PATCH] Update the documentation to reflect recent change to vfs_getopt(9)
Message-ID:  <201107310459.p6V4x0WT017536@red.freebsd.org>
Resent-Message-ID: <201107310500.p6V50IZ7069714@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 31 05:00:17 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107310459.p6V4x0WT017536>