Bug 159324

Summary: [PATCH] Update the documentation to reflect recent change to vfs_getopt(9)
Product: Documentation Reporter: Brandon Gooch <jamesbrandongooch>
Component: Books & ArticlesAssignee: Glen Barber <gjb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Brandon Gooch 2011-07-31 06:00:17 UTC
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.

Fix: Patch attached.

Patch attached with submission follows:
Comment 1 Glen Barber freebsd_committer freebsd_triage 2011-07-31 21:33:40 UTC
Responsible Changed
From-To: freebsd-doc->gjb

I'll take this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-31 22:05:04 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"
Comment 3 Glen Barber freebsd_committer freebsd_triage 2011-07-31 22:10:03 UTC
State Changed
From-To: open->closed

Committed, thanks! 
This one doesn't need an MFC yet.