From 1300433a2eaa473d0419094aba6bf4ad805a0665 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Wed, 21 Dec 2011 22:49:16 +0000 Subject: [PATCH] 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(-) diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h index d25baa79bde9..25bfcc8f68fa 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.