commit | 6edbfafda682b30ad984964cc432da6fa1c8fab5 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Dec 30 20:06:49 2008 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Dec 31 14:13:24 2008 +0200 |
tree | f25e8bf9a99a4a130df9654fd981fd443ff646dc | |
parent | 26d05777b0a23062a39e83c369c0a3583918f164 [diff] |
UBIFS: restore budg_uncommitted_idx UBIFS stores uncommitted index size in c->budg_uncommitted_idx, and this affect budgeting calculations. When mounting and replaying, this variable is not updated, so we may end up with "over-budgeting". This patch fixes the issue. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>