From: Artem Bityutskiy Date: Mon, 22 Dec 2008 09:21:03 +0000 (+0200) Subject: UBIFS: do not lie about used blocks X-Git-Tag: Release-2010-05/1~3^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1af357b04c3507527855cf782f61ada57a7eac9a;p=pandora-kernel.git UBIFS: do not lie about used blocks Do not force UBIFS return 0 used space when it is empty. It leads to a situation when creating any file immediately produces tens of used blocks, which looks very weird. It is better to be honest and say that some blocks are used even if the FS is empty. And ext2 does the same. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed