summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2011-12-21 22:49:16 +0000
committermckusick <mckusick@FreeBSD.org>2011-12-21 22:49:16 +0000
commit5960c1927463d1760f937b6996217602e7b820dd (patch)
tree9f0dc42a4471bfe4324692c7d8c700a4a735a7e3 /sbin
parent53dc85ab679206164c6583c6f922eccef9494a86 (diff)
downloadFreeBSD-src-5960c1927463d1760f937b6996217602e7b820dd.zip
FreeBSD-src-5960c1927463d1760f937b6996217602e7b820dd.tar.gz
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 <olivier@cochard.me> MFC: 4 weeks (9 is the only affected branch)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/newfs/newfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h
index d25baa7..25bfcc8 100644
--- a/sbin/newfs/newfs.h
+++ b/sbin/newfs/newfs.h
@@ -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.
OpenPOWER on IntegriCloud