commit | 2edc2025c2583a18eafe5cdbc7deb36e320aaec5 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Dec 22 11:21:03 2008 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Dec 31 14:13:24 2008 +0200 |
tree | cc722c03e8989ea09341d361a513661629dc9246 | |
parent | 6edbfafda682b30ad984964cc432da6fa1c8fab5 [diff] |
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 <Artem.Bityutskiy@nokia.com>