From 5960c1927463d1760f937b6996217602e7b820dd Mon Sep 17 00:00:00 2001 From: mckusick Date: Wed, 21 Dec 2011 22:49:16 +0000 Subject: 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 MFC: 4 weeks (9 is the only affected branch) --- sbin/newfs/newfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') 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. -- cgit v1.1