Author: brueffer
Date: Mon Jan 19 10:58:52 2015
New Revision: 277376
URL: https://svnweb.freebsd.org/changeset/base/277376

Log:
  MFH: r277085
  
  Fix a typo in the FFS maxbpg option, it was erroneously spelled maxbpf.
  
  The error has been reported to and fixed in the NetBSD upstream version as 
well.
  
  PR:             196598
  Submitted by:   Dan McGregor

Modified:
  stable/9/usr.sbin/makefs/ffs.c
Directory Properties:
  stable/9/usr.sbin/makefs/   (props changed)

Modified: stable/9/usr.sbin/makefs/ffs.c
==============================================================================
--- stable/9/usr.sbin/makefs/ffs.c      Mon Jan 19 10:57:00 2015        
(r277375)
+++ stable/9/usr.sbin/makefs/ffs.c      Mon Jan 19 10:58:52 2015        
(r277376)
@@ -191,7 +191,7 @@ ffs_parse_opts(const char *option, fsinf
                                        "bytes per inode" },
                { "minfree",    &ffs_opts->minfree,     0,      99,
                                        "minfree" },
-               { "maxbpf",     &ffs_opts->maxbpg,      1,      INT_MAX,
+               { "maxbpg",     &ffs_opts->maxbpg,      1,      INT_MAX,
                                        "max blocks per file in a cg" },
                { "avgfilesize", &ffs_opts->avgfilesize,1,      INT_MAX,
                                        "expected average file size" },
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to