ext4_mkfs: merge fill_bgroups and write_bgroups into one function
authorgkostka <kostka.grzegorz@gmail.com>
Tue, 16 Aug 2016 16:38:45 +0000 (18:38 +0200)
committergkostka <kostka.grzegorz@gmail.com>
Tue, 16 Aug 2016 16:53:05 +0000 (18:53 +0200)
commit057b788f8b828e73388878c11ec5b28a12e4d2ac
treec52845d34b16381a605c1b72a11c7e1117b98b46
parentf44a0a3c6329900774a12b44ffa4f2caa86c018e
ext4_mkfs: merge fill_bgroups and write_bgroups into one function

Previous implementation might alloc a lot of memory to hold
block group descriptors. Now only one block group descriptor
is allocated. However, this might have some performance consequences.
src/ext4_mkfs.c