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)
This commit is contained in:
parent
510ac7e382
commit
1300433a2e
@ -70,7 +70,7 @@
|
|||||||
* We allocate one inode slot per NFPI fragments, expecting this
|
* We allocate one inode slot per NFPI fragments, expecting this
|
||||||
* to be far more than we will ever need.
|
* to be far more than we will ever need.
|
||||||
*/
|
*/
|
||||||
#define NFPI 4
|
#define NFPI 2
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* variables set up by front end.
|
* variables set up by front end.
|
||||||
|
Loading…
Reference in New Issue
Block a user