The following reply was made to PR ports/16265; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/16265: commit references a PR
Date: Wed, 21 Dec 2011 22:49:25 +0000 (UTC)

 Author: mckusick
 Date: Wed Dec 21 22:49:16 2011
 New Revision: 228794
 URL: http://svn.freebsd.org/changeset/base/228794
 
 Log:
   Reduce NFPI by half to keep the default number of inodes the same with
   the now default 32K/4K filesystem the same as the number of inodes in
   the previously default 16K/2K filesystem.
   
   PR:          bin/16265
   Reported by: Olivier Cochard-Labbe <oliv...@cochard.me>
   MFC:         4 weeks (9 is the only affected branch)
 
 Modified:
   head/sbin/newfs/newfs.h
 
 Modified: head/sbin/newfs/newfs.h
 ==============================================================================
 --- head/sbin/newfs/newfs.h    Wed Dec 21 22:13:50 2011        (r228793)
 +++ head/sbin/newfs/newfs.h    Wed Dec 21 22:49:16 2011        (r228794)
 @@ -70,7 +70,7 @@
   * We allocate one inode slot per NFPI fragments, expecting this
   * to be far more than we will ever need.
   */
 -#define       NFPI            4
 +#define       NFPI            2
  
  /*
   * variables set up by front end.
 _______________________________________________
 svn-src-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to