]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
fs/ext2: allow reserving zero block for root
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 3 Jul 2017 22:50:59 +0000 (00:50 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Jul 2017 06:47:57 +0000 (08:47 +0200)
commit3286a4d6aa2707e9dcdcb26e7c391bd7a07eddad
tree7a99b789c64e298831d7115b252d681a884abcec
parent64cfa50789dada9469debc3cc85252fd467e81b7
fs/ext2: allow reserving zero block for root

The previous default, zero, just meant "use the default value of the
filesystem generator", which happened to be 5% (the traditional value
for all ext-creating tools we've ever seen).

So, change the new default accordingly to 5%.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/ext2/Config.in
fs/ext2/ext2.mk