[LEDE-DEV] [PATCH] include: image.mk: ext4: double the default inode counter

Jo-Philipp Wich jo at mein.io
Tue Nov 22 00:40:33 PST 2016


Hi,

a huge block size on small partition simply makes no sense. If you
already configure 16MB partitions then you can as well change block size
from 4K to 1K or 512B as well since you're deviating from the defaults
anyway.

Having different code paths for small and huge partitions is annoying
and leads to maintenance overhead, having to care about inode counts is
not ideal either as this is imho too much of a filesystem implementation
detail.

~ Jo



More information about the Lede-dev mailing list