From: Artem Bityutskiy Date: Tue, 30 Dec 2008 18:06:49 +0000 (+0200) Subject: UBIFS: restore budg_uncommitted_idx X-Git-Tag: v2.6.29-rc1~533^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6edbfafda682b30ad984964cc432da6fa1c8fab5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed