|
totaluncompressedsize += /*0.035*/ 0.01 * totalnominalsize; /* overhead for file system meta data */ |
I think the above line is supposed to add 1% overhead in size to account for the ext4 metadata. But it seems to be adding 1% of the accumulated total of all the partitions so far encountered. Shouldn't it be 1% of the nominal size of THIS partition only?