[LEDE-DEV] [RFC 2/3] config: ext4: do not set a maximum inode number by default

Jo-Philipp Wich jo at mein.io
Sat Oct 15 16:59:43 PDT 2016


There is very little practical use to limit the number of available inodes on
an ext4 filesystem and the make_ext4fs utility is able to calculate useful
defaults by itself.

Keep the option but make it empty by default to allow make_ext4fs to calculate
the optimal number of inodes when generating an ext4 file system.

Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 config/Config-images.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config/Config-images.in b/config/Config-images.in
index 05b817b..7d38341 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -76,7 +76,6 @@ menu "Target Images"
 		config TARGET_EXT4_MAXINODE
 			int "Maximum number of inodes in root filesystem"
 			depends on TARGET_ROOTFS_EXT4FS
-			default 6000
 			help
 			  Select the maximum number of inodes in the root filesystem.
 
-- 
2.1.4




More information about the Lede-dev mailing list